tokenize_ations: Takes a dataframe and tokenizes the columns indicated and...

tokenize_ationsR Documentation

Takes a dataframe and tokenizes the columns indicated and then counts the tokens, and returns a list of dataframes, as well as some other parameters

Description

Takes a dataframe and tokenizes the columns indicated and then counts the tokens, and returns a list of dataframes, as well as some other parameters

Usage

tokenize_ations(dat, ..., col_nms)

Arguments

dat

a dataframe

...

passed to tokenize_df, and all arguments are added to the return list

col_nms

vector of column names to be tokenized

Examples

dat_ceo <- readr::read_csv('https://tinyurl.com/2p8etjr6')
toke_ceo <- dat_ceo |> tokenize_ations(col_nms = 'coname', token_types = 'company_name')


csps-efpc/TokenLink documentation built on Feb. 10, 2023, 3:30 a.m.