getDf | R Documentation |
Extracts the objects data as a data.frame.
getDf(object, ...)
## S4 method for signature 'AnalysisAspect'
getDf(
object,
complete = TRUE,
grouping = FALSE,
logical = FALSE,
numeric = FALSE,
meta = FALSE
)
## S4 method for signature 'Analysis'
getDf(
object,
complete = TRUE,
grouping = FALSE,
logical = FALSE,
numeric = FALSE,
meta = FALSE
)
object |
Any object for whose class a method has been defined. |
grouping , logical , numeric |
Logical value. Indicate if the respective variable types should be part of the output data.frame. |
meta |
Logical value. Indicates if the data.frame in slot @meta should be joined to the output data.frame. |
A data.frame with subclass tibble
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.