ncss-tech / soilReports

An R package that assists with the setup and operation of a collection of soil data summary, comparison, and evaluation reports. These reports are primarily used by USDA-NRCS soil scientists in both initial and update mapping.
15 stars 5 forks source link

create upgradeReport function #3

Closed dylanbeaudette closed 7 years ago

dylanbeaudette commented 8 years ago

this would replace a .Rmd with the latest version, maybe even show differences.

brownag commented 7 years ago

Added reportUpdate() as a wrapper function around new reportInit() function that supports a file path manifest. Currently, listReports is not working since the metadata is not specified in setup.R for all reports, but see commit e3bf57e for implementation of the solution to this issue in branch ReportManifest.