Description Usage Arguments Details Value See Also Examples
View source: R/summarize_data.R
This function used to summarize the input data frame
1 |
df |
dataframe containing multiple multivariate time series formatted using
the specific Table Schema, use |
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.
a data frame containing the by variables and the statistical summaries
1 2 | summary_data(train_data)
summary_data(test_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.