Description Usage Arguments Value Examples
Creates a tibble with information about the columns from a SQL query
| 1 | db_column_info(conn, statement, query = FALSE)
 | 
| conn: | Connection to database. Can used assigned output from function connectR for the connection. | 
| statement: | SQL query | 
A Tibble containing column information from a SQL query
| 1 2 3 |  #Creates a tibble/ data.frame with information about
  the columns in a SQL query
   db_column_info(post,"select * from Testtable")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.