| dds | R Documentation | 
Get dds information on an OPeNDAP dataset.
dds(id, url = durl(), ...)
| id | Dataset id | 
| url | A URL for an OPeNDAP server. Default: see  | 
| ... | Further args passed on to  | 
Prints a data.frame of metadata for a dataset
## Not run: 
dds("MERRA_MONTHLY/MAIMNXINT.5.2.0/1980/MERRA100.prod.assim.instM_2d_int_Nx.198004.hdf")
dds("MERRA_MONTHLY/MSTMNXMLD.5.2.0/2011/MERRA300.prod.simul.tavgM_2d_mld_Nx.201105.hdf")
# NASA's ocean color data
url <- 'https://oceandata.sci.gsfc.nasa.gov/opendap/'
dds('MODISA/L3SMI/2015/006/A2015006.L3m_DAY_CHL_chl_ocx_4km.nc', url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.