USEPA / StreamCatTools

R package to work with the StreamCat API within R and access the full suite of StreamCat catchment and watershed scale metrics for all NHDPlusV2 stream reaches and catchments.
https://usepa.github.io/StreamCatTools/
Creative Commons Zero v1.0 Universal
30 stars 6 forks source link

Order parameter names in lc_get_params and sc_get_params #40

Closed ryan-hill closed 4 months ago

ryan-hill commented 5 months ago

Return parameter names alphabetically in lc_get_params and sc_get_params by add params <- params[order(params)] at end of function.