metrics_summary | R Documentation |
This function calculates a variety of metrics on the provided data and a corresponding output (c_output
).
These metrics include drop rate, section NA, section length, single NA, and the number of complete rows.
metrics_summary(data, c_output)
data |
A dataframe containing the dataset. |
c_output |
A list or dataframe containing the computed output that helps generate the metrics. |
A dataframe summarizing the computed metrics for each column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.