Skip to content

Commit

Permalink
add verbose info to example script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Oct 25, 2021
1 parent fc27479 commit 1bd7054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/scripts/global-example-script.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ if (!file.exists(data_dir)) {

# Main processing
## download data
raw_data <- wdpa_fetch(country_names, wait = TRUE, download_dir = data_dir)
raw_data <- wdpa_fetch(
country_names, wait = TRUE, download_dir = data_dir, verbose = TRUE
)

## clean data
result_data <- wdpa_clean(raw_data, erase_overlaps = FALSE, verbose = TRUE)
Expand Down

0 comments on commit 1bd7054

Please sign in to comment.