# \donttest{
# We don't run this example by R CMD check, because it takes >10s
# Retrieve dataset of interest
# You may enter either a 6, 8, 10, or 12-digit HUC code.
# By default the ichthy dataset is downloaded to a temp directory, however this may be overridden by
# supplying a local path of interest using the input parameter 'ichthy.localpath'
watershed_df <- elfdata(watershed.code = '0208020104',
ichthy.localpath = tempdir(), use_cache = FALSE)
head(watershed_df)
# }
Run the code above in your browser using DataLab