For natural language processing and analysis of qualitative text
coding structures which provide a way to bind together text and text data
are fundamental. The package provides such a structure and accompanying
methods in form of R6 objects. The 'rtext' class allows for text handling
and text coding (character or regex based) including data updates on
text transformations as well as aggregation on various levels.
Furthermore, the usage of R6 enables inheritance and passing by reference
which should enable 'rtext' instances to be used as back-end for R based
graphical text editors or text coding GUIs.
Version: |
0.1.21 |
Depends: |
R (≥ 3.0.0), stringb (≥ 0.1.13) |
Imports: |
R6 (≥ 2.1.2), hellno (≥ 0.0.1), magrittr (≥ 1.5), Rcpp (≥
0.12.5), digest (≥ 0.6.9), RSQLite (≥ 1.0.0), stats, graphics |
LinkingTo: |
Rcpp |
Suggests: |
testthat, knitr, rmarkdown |
Published: |
2019-01-23 |
Author: |
Peter Meissner [aut, cre],
Ulrich Sieberer [cph],
University of Konstanz [cph] |
Maintainer: |
Peter Meissner <retep.meissner at gmail.com> |
BugReports: |
https://github.com/petermeissner/rtext/issues |
License: |
MIT + file LICENSE |
URL: |
https://github.com/petermeissner/rtext |
NeedsCompilation: |
yes |
Citation: |
rtext citation info |
Materials: |
README NEWS |
CRAN checks: |
rtext results |