unpack_SNODAS | R Documentation |
Unpacks all SNODAS tarballs in a directory
unpack_SNODAS(tar_dir = ".", out_dir = "data", rm_tar = TRUE)
tar_dir |
|
out_dir |
|
rm_tar |
|
This function unpacks tarballs and returns SWE and snow depth files with new names in a user-defined directory.
Will probably end up getting called by a wrappper. TBD
## Not run:
dd <- tempdir()
download_SNODAS(as.Date("2020-02-02"), out_dir = dd)
unpack_SNODAS(dd)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.