Skip to contents

This internal function retrieves, processes, and saves various datasets for the EPATADA package.

Usage

.TADA_UpdateExampleData()

Value

None. The function saves processed data files in the package's data/ directory.

Details

The function fetches data from specified sources based on given parameters, processes it using several functions from the EPATADA package, and saves the processed datasets as .rda files for use within the package. The datasets include nutrient data for Utah, tribal data over five years, harmonized datasets, and more.

Examples

if (FALSE) { # \dontrun{
.TADA_UpdateExampleData()
} # }