summarize_data: Extract summary statistics for input data frame

Description Usage Arguments Details Value See Also Examples

View source: R/summarize_data.R

Description

This function used to summarize the input data frame

Usage

1

Arguments

df

dataframe containing multiple multivariate time series formatted using the specific Table Schema, use showDF() to display schema specification details.

Details

summarize_data() is an alternative to summary(), quickly providing a broad overview of a data frame. It handles data of all types, dispatching a different set of summary functions based on the types of columns in the data frame.

Value

a data frame containing the by variables and the statistical summaries

See Also

showDF, validate_data

Examples

1
2
summary_data(train_data)
summary_data(test_data)

forvis/PdM documentation built on Dec. 5, 2020, 8:54 p.m.