pivot_converter {geometa} | R Documentation |
pivot_converter
Description
pivot_converter
pivot_converter
Format
R6Class
object.
Value
Object of R6Class
for modelling a mapping format converter
Public fields
from
from
to
to
Methods
Public methods
Method new()
Initializes pivot converter
Usage
pivot_converter$new(from, to)
Arguments
from
from
to
to
Method clone()
The objects of this class are cloneable with this method.
Usage
pivot_converter$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package geometa version 0.8-0 Index]