Learn R Programming

rtext (version 0.1.22)

rtext_loadsave: R6 class - load and save methods for rtext

Description

R6 class - load and save methods for rtext

R6 class - load and save methods for rtext

Arguments

Value

Object of R6Class

Format

R6Class object.

Super classes

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

Methods

Public 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