download_nc | R Documentation |
This function downloads NetCDF files from a specified list of links.
download_nc(nc_links, file_base, out_dir)
nc_links |
Character vector. A list of NetCDF file links to download. |
file_base |
Character. The base URL for the files to be downloaded. |
out_dir |
Character. The output directory where the downloaded files will be saved. |
None. The function downloads files to the specified output directory.
download_nc(nc_links=c("file1.nc", "file2.nc"), file_base="https://example.com/files/", out_dir="~/data/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.