tokenize_folder | R Documentation |
Tokenize text files in 'path' in parallel using 'n_workers'
tokenize_folder( path, extensions = NULL, folders = NULL, output_dir = NULL, skip_if_exists = TRUE, output_names = NULL, n_workers = 6, rules = NULL, tok = NULL, encoding = "utf8" )
path |
path |
extensions |
extensions |
folders |
folders |
output_dir |
output_dir |
skip_if_exists |
skip_if_exists |
output_names |
output_names |
n_workers |
number of workers |
rules |
rules |
tok |
tokenizer |
encoding |
encoding |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.