Learn R Programming

quanteda (version 0.99.22)

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