| inmet_extract | R Documentation |
Extract INMET archives
inmet_extract(
years,
dest_dir = tools::R_user_dir("rmet", "cache"),
out_dir = file.path(dest_dir, "csv"),
overwrite = FALSE,
quiet = FALSE
)
years |
Integer years to extract. |
dest_dir |
Directory containing annual ZIP files. |
out_dir |
Destination directory. |
overwrite |
Overwrite existing files. |
quiet |
Suppress progress messages. |
Invisibly, paths returned by utils::unzip().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.