View source: R/entity-schema.R
PERMISSIONS_ARRAY | R Documentation |
return the full name of the permissions array for a given schema
PERMISSIONS_ARRAY(pkg_schema, con = NULL, namespace = NULL)
pkg_schema |
the package environment |
con |
if NULL, return the name according to the package schema document. If provided, return the name used by the connection |
namespace |
if NULL, return the permissions array configured for the entire package. if not NULL, return the permissions array for the specified namespace (which may also be the global permissions array) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.