preprocess.genTidyDF: Tidy a data.frame()

View source: R/preprocess_pipeline.R

preprocess.genTidyDFR Documentation

Tidy a data.frame()

Description

This function is a wrapper for unnest_tokens() that filters emptpy tokens.

Usage

preprocess.genTidyDF(df, text_col)

Arguments

df

A dataframe that will be tidied.

text_col

The column containing the text to be tidied.

Value

A tidy dataframe.

Examples

## Not run: 
preprocess.genTidyDF(df, text_col)

## End(Not run)


Kudusch/ktools documentation built on Oct. 30, 2022, 10:13 p.m.