TextAsVector: 'TextAsVector'

View source: R/dataentry.R

TextAsVectorR Documentation

TextAsVector

Description

Cleans up input text into a vector of strings. The input text is split using the specified deliminater, smart quotes removed and trailing and leading white space and quotes removed.

Usage

TextAsVector(x, split = ",", silent = FALSE)

Arguments

x

Input text, which may be either a deliminated string which is broken up or a vector of strings which need to be cleaned up.

split

Deliminator to split input text.

silent

Boolean indicating whether a warning is given if smart quotes are removed


Displayr/flipTransformations documentation built on Feb. 26, 2024, 12:47 a.m.