| check_dataframe | R Documentation |
Check a data.frame
check_dataframe(dataframe, req_vars, req_types, rows)
dataframe |
A data.frame to check. |
req_vars |
A character vector of variables that are required. |
req_types |
A character vector of types for each required variable. |
rows |
Integer specifying the number of rows the data.frame should have. |
Functions used for checking inputs
check_observations(),
check_param(),
check_quantiles()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.