View source: R/entity-schema.R
find_namespace | R Documentation |
return the namespace of an entity
find_namespace(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 namespace of the entity, e.g. 'gh_public'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.