unlist_integer {quanteda} | R Documentation |
Unlist a list of integer vectors safely
Description
Unlist a list of integer vectors safely
Usage
unlist_integer(x, unique = FALSE, ...)
Arguments
x |
a list of integers |
unique |
if |
... |
passed to |
Value
integer vector
[Package quanteda version 4.1.0 Index]