quanteda (version 1.5.2)

slots<-: Function to assign multiple slots to a S4 object

Description

Function to assign multiple slots to a S4 object

Usage

slots(x, exceptions = c("Dim", "Dimnames", "i", "p", "x", "factors")) <- value

Arguments

x

an S4 object

exceptions

slots to ignore

value

a list of attributes extracted by attributes()