Learn R Programming

rtext (version 0.1.22)

rtext_export: R6 class - linking text and data

Description

R6 class - linking text and data

R6 class - linking text and data

Arguments

Value

Object of R6Class

Format

R6Class object.

Methods

Public methods

Method export_csv()

Usage

rtext_export$export_csv(folder_name = "")

Method import_csv()

Usage

rtext_export$import_csv(folder_name = "")

Method export_sqlite()

Usage

rtext_export$export_sqlite(db_name = "")

Method import_sqlite()

Usage

rtext_export$import_sqlite(db_name = "")

Method clone()

The objects of this class are cloneable with this method.

Usage

rtext_export$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

See Also

rtext