make_docvars {quanteda} | R Documentation |
Internal function to make new system-level docvars
Description
Internal function to make new system-level docvars
Usage
make_docvars(n, docname = NULL, unique = TRUE, drop_docid = TRUE)
Arguments
n |
the number of documents |
docname |
a character vector for the names of documents. Must be the
same length as |
unique |
if |
drop_docid |
if |
[Package quanteda version 4.1.0 Index]