View source: R/16.1-plot-core.R
| validate_plot_data | R Documentation |
Checks if required data columns are available for plotting.
validate_plot_data(daily_data, required_columns, plot_type = "plot")
daily_data |
Daily output data frame |
required_columns |
Character vector of required column names |
plot_type |
Name of plot type for error messages |
NULL (throws error if data not available)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.