sqlfile_tables | R Documentation |
Title Extract names of tables from sql query
sqlfile_tables(sqlfile = NULL, q = NULL, nameonly = FALSE)
sqlfile |
sql query file |
q |
query from sql file |
nameonly |
Optional; list only table/view name. Default is FALSE |
table names from query
# sqlfile_tables(q = query1)
# sqlfile_tables(sqlfile = "query.sql")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.