GNPriv | R Documentation |
This class is an utility to configure privileges
R6Class object.
GeoNetwork REST API - GeoNetwork privilege configuration
Object of R6Class for modelling a GeoNetwork Privilege configuration
group
group
privileges
privileges
new()
Initializes a GNPriv
object
GNPriv$new(group, privileges)
group
group
privileges
privileges
clone()
The objects of this class are cloneable with this method.
GNPriv$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
priv <- GNPriv$new(group="all", privileges=c("view","dynamic","featured"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.