rtext_loadsave: R6 class - load and save methods for rtext

Description Format Value Super classes Methods See Also

Description

R6 class - load and save methods for rtext

R6 class - load and save methods for rtext

Format

R6Class object.

Value

Object of R6Class

Super classes

rtext::R6_rtext_extended -> rtext::rtext_base -> rtext_loadsave

Methods

Public methods

Inherited methods

Method save()

Usage
rtext_loadsave$save(file = NULL, id = NULL)

Method load()

Usage
rtext_loadsave$load(file = NULL)

Method clone()

The objects of this class are cloneable with this method.

Usage
rtext_loadsave$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

rtext


rtext documentation built on Jan. 28, 2021, 9:05 a.m.

Related to rtext_loadsave in rtext...