force_conformance: Internal function to match a dfm features to a target set

View source: R/utils.R

force_conformanceR 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 TRUE, make the new dfm conform to the vector of features, otherwise return an error message

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"))

quanteda.textmodels documentation built on March 31, 2023, 8:09 p.m.