GeoNodeVersion | R Documentation |
This class allows to grab the GeoNode version.
R6Class
object.
GeoNode REST API - GeoNode Version
Object of R6Class
for modelling a GeoNode version
version
version
value
value
new()
Initializes an object of class GeoNodeVersion
GeoNodeVersion$new(url, user, pwd)
url
url
user
user
pwd
pwd
lowerThan()
Compares to a version and returns TRUE if it is lower, FALSE otherwise
GeoNodeVersion$lowerThan(version)
version
version
TRUE
if lower, FALSE
otherwise
greaterThan()
Compares to a version and returns TRUE if it is greater, FALSE otherwise
GeoNodeVersion$greaterThan(version)
version
version
TRUE
if greater, FALSE
otherwise
equalTo()
Compares to a version and returns TRUE if it is equal, FALSE otherwise
GeoNodeVersion$equalTo(version)
version
version
TRUE
if equal, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GeoNodeVersion$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
version <- GeoNodeVersion$new(
url = "http://localhost:8080/GeoNode",
user = "admin", pwd = "GeoNode"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.