Description Usage Arguments Examples
This function returns data frame with structure of specified table for given data engine. If successful, dataset with the following columns is returned:
Column | Description |
name | Class of data type. |
type | Data type as
defined by data engine. This is used to map data type to
default schema properties as defined in
get_default_mapping . |
schema | Database schema. If not specified for given data engine than NA |
1 |
engine |
Data engine. See function
|
table |
Table to be analyzed. |
con |
Connection. See function
|
debug |
Print additional information useful for debugging. |
1 2 3 4 5 6 | get_table_design(engine='R', table='iris')
## Not run:
get_table_design(engine='PostgreSQL',
table='public.big_portfolio',con=c('usr','pwd','db','host','port'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.