spreadTextRows: Spread Text Rows

Description Usage Arguments Examples

Description

This function applies FUN to each text cell in col, which returns a list of results. This list is then spread into separate rows, each retaining the original values in the other rows. Originally used to split sentences using a tokenizer.

Usage

1
spreadTextRows(df, col = "body", FUN, ...)

Arguments

col

Column to apply to

FUN

Function to apply

...

Arguments to FUN

Examples

1
SpreadTextRows(iris$species,FUN) 

Peder2911/Agnus_Glare_Tool documentation built on May 17, 2019, 11:40 a.m.