In perl DBI, there is a method for preparing sql commands with wildcards and then executing them with parameter bindings. Is there a way to do this within RMySQL? I would like to be able to look up values in a table based on a key supplied from R. Thanks, Sean