getDf: Obtain object data

getDfR Documentation

Obtain object data

Description

Extracts the objects data as a data.frame.

Usage

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
)

Arguments

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.

Value

A data.frame with subclass tibble.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.