read_sql | R Documentation |
A convenience function to match dbtools which reads a table into a tibble or dataframe.
Please now use dbGetQuery()
directly instead.
read_sql(sql_query, return_df_as = "tibble", conn = NULL)
sql_query |
A sql command which is passed to |
return_df_as |
must be 'tibble' or 'data.table'. |
conn |
(optional) A DBIConnection object, as returned by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.