nationalparkservice / NPSutils

NPSutils contains functions for accessing, downloading, loading in to R and filtering data packages on DataStore
https://nationalparkservice.github.io/NPSutils/
Other
6 stars 2 forks source link

add 'force' option to run get_data_packages #37

Closed RobLBaker closed 1 year ago

RobLBaker commented 1 year ago

Problem: when scripting, functions that require user input, have user prompts, and provide feedback to the user by printing to the console can cause issue.

Add a "force" option that turns all that stuff off.

A 'verbose' option that turns off just console feedback, but would still require user input when asking things like should a data pacakge be re-downloaded and overwrite the existing files (if they exist).

This feature would parallel a lot of the 'force' options implemented in EMLeditor.