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 TURE remove duplicated elements

...

passed to unlist

Value

integer vector


[Package quanteda version 4.3.0 Index]