processGetQuery | R Documentation |
processGetQuery
processGetQuery(dbconn, query, get_query_string = FALSE)
dbconn |
MySQL db connection |
query |
string with they MySQL Query |
get_query_string |
TRUE/FALSE if TRUE the query string is returned instead of the results, defaults to FALSE |
Either a dataframe with the result from dbSendQuery()
or FALSE
processGetQuery(dbconn, "select * from movesrun") processGetQuery(dbconn, "select * from movesrun", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.