Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rtext_export

R6 class - linking text and data


Description

R6 class - linking text and data

R6 class - linking text and data

Format

R6Class object.

Value

Object of R6Class

Super classes

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

R6 Objects for Text and Data

v0.1.22
MIT + file LICENSE
Authors
Peter Meissner [aut, cre], Ulrich Sieberer [cph], University of Konstanz [cph]
Initial release
2021-01-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.