View source: R/configuration_user.R
useradmin.permission | R Documentation |
Does the current user have user admin access permission?
useradmin.permission(dMeasure_obj)
dMeasure_obj |
dMeasure R6 object |
Can only be 'false' if $UserRestrictions$Restriction contains 'UserAdmin'
if 'UserAdmin' in the $UserRestrictions, then a user needs to be identified and 'authenticated'. Authentication requires identification (via Sys.info()$user), and might also require a password
TRUE or FALSE additionally returns a warning if permission is FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.