| queryDB | R Documentation |
This function lets the user query a PostgreSQL database. Previously
was called queryDummy but was replaced and deprecated for a
more general function by using the from parameter.
queryDB(query, from, creds = NA)
query |
Character. SQL Query |
from |
Character. Credential's user (see |
creds |
Character. Credential's directory (see |
data.frame. Result of fetching the query data.
Other Credentials:
db_download(),
db_upload(),
encrypt_file(),
get_credentials(),
get_tweets(),
mail_send(),
queryGA(),
slackSend(),
stocks_file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.