SchemaABC: SchemaABC

SchemaABCR Documentation

SchemaABC

Description

Abstract base class from which all Schemas inherit

Methods

Public methods


Method dump()

dump fun: to be replaced by child class

Usage
SchemaABC$dump()

Method dump_json()

dump_json fun: to be replaced by child class

Usage
SchemaABC$dump_json()

Method load()

load fun: to be replaced by child class

Usage
SchemaABC$load()

Method load_json()

load_json fun: to be replaced by child class

Usage
SchemaABC$load_json()

Method clone()

The objects of this class are cloneable with this method.

Usage
SchemaABC$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

## Not run: 
x <- SchemaABC$new()
x
# x$dump()
# x$dump_json()
# x$load()
# x$load_json()

## End(Not run)

ropensci/staypuft documentation built on Sept. 9, 2022, 4:35 p.m.