corporaexplorer (version 0.6.2)

prepare_data.character: Quickly explore character vector

Description

Quick convertion of character vector to simple corporaexplorerobject with no metadata.

Usage

# S3 method for character
prepare_data(dataset, ...)

Arguments

dataset

A non-empty character vector.

...

Other arguments to be passed to prepare_data.

Value

A corporaexplorerobject.

Examples

Run this code
# NOT RUN {
alphabet_corpus <- prepare_data(LETTERS)

if(interactive()){
# Running exploration app:
run_corpus_explorer(alphabet_corpus)
}
# }

Run the code above in your browser using DataCamp Workspace