read_hdf | R Documentation |
read_hdf() can be used to read the ocean productivity(npp, sst, chl and par) hdf file in your R work environment
read_hdf(file.path)
file.path |
The file path of which one you want to import. |
A data frame
## Not run:
library(nppr)
library(raster)
librray(tidyverse)
read_hdf(file.path = 'C:\\Users\\xucha\\Desktop\\DATA\\cbpm.201506.hdf')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.