show_user_namespace_permissions | R Documentation |
Function to show what permissions a user has to a namespace according to the schema
show_user_namespace_permissions(
pkg_schema,
con,
user_name = get_logged_in_user(con),
namespace
)
con |
a RevealConnection object |
user_name |
the user for whom to show permissions. If |
namespace |
the namespace for which to show permissions |
a list with names c("c", "r", "u", "l", "d")
with value TRUE
if the user has the corresponding permission in the specified namespace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.