Description Format Construction Fields Public Methods Private Fields
The base class of all DataBackends. DataBackend isn't supposed to be use directly. It is meant to be implemented by the user. It is recommended that DataBackendDataTable is to be used when adding a non-spatial data and DataBackendSpatialFeature for spatial data.
R6::R6Class object.
1 | x <- DataBackend$new(.data)
|
.data
A data object of any types.
NULL
add(x)
(Abstract)
get(x)
(Abstract) Return the data.
view(x)
(Abstract) Return the data interactively.
remove(x)
(Abstract) Remove the data.
class(x)
Return the class of the data.
n(x)
(Abstract) Return the number of rows or entries in the data.
get_removed()
Return the removed data.
.data
::NULL
.removed_data
::NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.