tokenize_ations | R 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
tokenize_ations(dat, ..., col_nms)
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 |
dat_ceo <- readr::read_csv('https://tinyurl.com/2p8etjr6') toke_ceo <- dat_ceo |> tokenize_ations(col_nms = 'coname', token_types = 'company_name')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.