Summarizes data from the CR, EAR, UWMP, and WLA into summary table.

pull_data_summary(
  category_selection = c("supply", "demand", "supply total", "demand total", "losses",
    "other"),
  report_selection = c("EAR", "UWMP", "CR", "WLA")
)

Arguments

category_selection

Describes type of data to pull. Can be "supply", "supply total", "demand", "demand total", "losses", other

report_selection

Specifies which report to pull data from. Can be one of "EAR", "UWMP" "CR", or "WLA"