mlr3::DataBackend for sf::sf vector objects.
Super classes
mlr3::DataBackend -> mlr3::DataBackendDataTable -> DataBackendVector
Active bindings
sfc(sf::sfc)
Returns the sfc object.
Methods
Method new()
Creates a new instance of this R6 class.
Usage
DataBackendVector$new(data, primary_key)Arguments
data(
sf)
A raster object.primary_key(
character(1)|integer())
Name of the primary key column, or integer vector of row ids.
