force_conformance {quanteda.textmodels} | R Documentation |
Internal function to match a dfm features to a target set
Description
Takes a dfm and a set of features, and makes them match the features listed in the set.
Usage
force_conformance(x, features, force = TRUE)
Arguments
x |
input dfm |
features |
character; a vector of feature names |
force |
logical; if |
Value
a dfm from the quanteda package containing
only features
as columns, in the same order as features
. A warning message
is printed if some feature names from features
are not matched in x
.
Examples
quanteda.textmodels:::force_conformance(quanteda::data_dfm_lbgexample, c("C", "B", "Z"))
[Package quanteda.textmodels version 0.9.10 Index]