pivot_converter

pivot_converter

Format

R6Class object.

Value

Object of R6Class for modelling a mapping format converter

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

from

from

to

to

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.