Expressions are deparsed and combined in a data.frame
with (some
of) their metadata. Observe that some information may be lost (e.g. options
local to the object).
# S4 method for expressionset
as.data.frame(x, expand_assignments = TRUE, ...)
A data.frame
with elements rule
, name
,
label
, origin
, description
, and created
.
Object to coerce
Toggle substitution of `:=` assignments.
arguments passed to other methods
Other expressionset-methods:
as.data.frame()
,
created()
,
description()
,
label()
,
meta()
,
names<-,rule,character-method
,
origin()
,
plot,validator-method
,
summary()
,
variables()
,
voptions()