| GNManager | R Documentation |
The function GNManager$new will set-up the right Geonetwork
manager depending on the GeoNetwork version specified by the user. For the time-being,
GeoNetwork with version < 4 will be interfaced with the GeoNetwork legacy API (see detailed
documentation at GNLegacyAPIManager), while starting with GeoNetwork 3.2, the new
GeoNetwork OpenAPI will be used.
R6Class object.
Object of R6Class with methods for communication with
the API of a GeoNetwork instance.
geonapi::GNAbstractManager -> GNManager
new()Initializes a GNManager
GNManager$new(url, user = NULL, pwd = NULL, version, logger = NULL)
urlurl
useruser
pwdpwd
versionversion
loggerlogger
clone()The objects of this class are cloneable with this method.
GNManager$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
GMManager$new("http://localhost:8080/geonetwork", "admin", "geonetwork", "3.0.0")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.