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.
Super class
geonapi::GNAbstractManager
-> GNManager
Methods
Inherited methods
Method new()
Initializes a GNManager
Usage
GNManager$new(url, user = NULL, pwd = NULL, version, logger = NULL)