as_fnames | R Documentation |
This function coerces a character vector into an object of class fnames
.
as_fnames(x, remove_duplicates = TRUE, sort = TRUE, ...)
x |
A character vector (or a |
remove_duplicates |
Boolean. Whether duplicates should be removed. |
sort |
Boolean. Whether the output should be sorted. |
... |
Additional arguments. |
An object of class fnames
.
as_fnames("path/to/my/corpus_file")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.