README.md

textworks

R build status

CodeFactor

Useful functions for handling text data.

This is a curated collection of functions that I've either written or come across over the past years, in relation to text data handling. Packages such as stringr already make a lot of this work easier, enabling users to focus on the task at hand without having to bother with regular expressions.

The aim of this package is to provide collection of such functions with more specific applications (e.g. dividing sentences into n-grams) and to add value by curation, since it is likely that at some point similar functions will have already been written at some point by somebody, since R.

Installation

surveytoolbox is not release on CRAN (yet). You can install the latest development version from GitHub with:

install.packages("devtools")
devtools::install_github("martinctc/textworks")

Overview of Functions

Work in progress...

This package is currently still under development, so it does come with a health advice: if you do wish to use them - have a check and run through the examples before assimilating them into your analysis.

Also check out my website for my other work and packages.



martinctc/textworks documentation built on Oct. 5, 2022, 8:09 p.m.