View source: R/entity-schema.R
full_arrayname | R Documentation |
full name of array with namespace
full_arrayname(pkg_schema, entitynm, con = NULL)
pkg_schema |
the package environment |
entitynm |
an entity name, e.g. 'DATASET' |
con |
if NULL, return the name according to the package schema document. If provided, return the name used by the connection |
the full name of the entity including namespace, e.g. 'gh_public.DATASET'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.