validate_plot_data: Validate Plot Data Availability

View source: R/16.1-plot-core.R

validate_plot_dataR Documentation

Validate Plot Data Availability

Description

Checks if required data columns are available for plotting.

Usage

validate_plot_data(daily_data, required_columns, plot_type = "plot")

Arguments

daily_data

Daily output data frame

required_columns

Character vector of required column names

plot_type

Name of plot type for error messages

Value

NULL (throws error if data not available)


fb4package documentation built on May 8, 2026, 1:07 a.m.