Description Usage Arguments Value Author(s) Examples
View source: R/get_table_defs.R
This function will get column definition for a table in"PODR".
1 | get_table_defs(tab_name, con = getOption("podr_connection"))
|
tab_name |
table name |
con |
The connection to PODR. Use connect_podr to establish a connection, or specify a variable containing the proper PostgreSQL connection into PODR yourself |
column definition in a data.frame
Hanming Tu
1 2 3 4 5 | ## Not run:
cc <- conn_podr()
get_table_defs('css_2020_ae',con=cc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.