Learn R Programming

podr (version 0.0.5)

get_table_defs: Get Table Definition from PODR

Description

This function will get column definition for a table in"PODR".

Usage

get_table_defs(tab_name, con = getOption("podr_connection"))

Arguments

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

Value

column definition in a data.frame

Examples

Run this code
# NOT RUN {
cc <- conn_podr()
get_table_defs('css_2020_ae',con=cc)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab