Description Usage Arguments Examples
This function returns parsed table name. Given table name
as a string, it always returnes vector with exactly two
elements. First element is schema, second element is table
name. When schema is not defined then first element is
NA
1 |
engine |
Data engine. See function
|
table |
Table name to be parsed. |
debug |
Print additional information useful for debugging. |
1 2 3 4 | parse_table_name(engine='PostgreSQL',table='public.test')
parse_table_name(engine='PostgreSQL',table='my_schema.test')
parse_table_name(engine='PostgreSQL',table='test')
parse_table_name(engine='R',table='iris')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.