View source: R/sql_readwrite.R
sql_read | R Documentation |
Read a table object to a SQL database. Acts a wrapper for odbc and DBI packages.
sql_read(server, database, sql)
server |
a string containing the server connection |
database |
a string containing the database name within the data store |
sql |
a string containing a SQL query or to a .sql/.txt SQL query |
a table from a SQL database
sql_clean sql_connect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.