View source: R/entity-schema.R
scan_entity | R Documentation |
full name of array with namespace, wrapped in secure_scan if the current user needs secure_scan to read the array
scan_entity(pkg_schema, entitynm, con)
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 and potentially wrapped in secure_scan, e.g. gh_secure.DATASET
or secure_scan(gh_secure.DATASET, strict:false)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.