R/globals.R

globalVariables(
  c(
    # standard for all datasets
    "date",
    "location",
    "location_type",
    "location_code",
    "location_code_type",
    "report_date",
    "data_type",
    "value",
    "data_set_name",
    "package_name",
    "fips",
    "locality",
    "total_cases",
    "function_to_get_data",
    "data_details",
    "data_url",
    "license_url",
    "data_types",
    "has_geospatial_info",
    "cases_new",
    "hosp_new",

    # unique to this dataset
    "vdh_health_district",
    "deaths",
    "hospitalizations"
  )
)
debusklaneml/VirginiaC19 documentation built on June 1, 2020, 12:02 p.m.