Description Usage Arguments Value Examples
View source: R/ooi_download_data.R
Take dodsC OpenDAP URLs, converts to fileServer URLs, and downloads data to a given directory as a NetCDF.
1 | ooi_download_data(remote, directory = getwd())
|
remote |
A list of OpenDAP urls where OOI data is located. Must all be from the same instrument type. |
directory |
Default is to use the current working directory. If a directory is set in an R readable fashion, data will be downloaded to that directory. |
A list of full filepath filenames where the data was downloaded. Further utilized by the ooi_get_data() function.
1 | local = ooi_download_data(remote,'C:/Users/Ian/Desktop') #Downloads data to my desktop.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.