## Not run:
# # October, 2015
# ersst(year = 2015, month = 10)
#
# # May, 2015
# ersst(year = 2015, month = 5)
# ersst(year = 2015, month = "05")
#
# # February, 1890
# ersst(year = 1890, month = 2)
#
# # Process data
# library("ncdf4")
# res <- ersst(year = 1890, month = 2)
# ## varibles
# names(res$var)
# ## get a variable
# ncdf4::ncvar_get(res, "lon_bnds")
#
# # curl debugging
# library('httr')
# ersst(year = 2015, month = 10, config=verbose())
# ## End(Not run)
Run the code above in your browser using DataLab