read_hdf: read_hdf

View source: R/read_hdf.R

read_hdfR Documentation

read_hdf

Description

read_hdf() can be used to read the ocean productivity(npp, sst, chl and par) hdf file in your R work environment

Usage

read_hdf(file.path)

Arguments

file.path

The file path of which one you want to import.

Value

A data frame

Examples

## Not run: 
library(nppr)
library(raster)
librray(tidyverse)
read_hdf(file.path = 'C:\\Users\\xucha\\Desktop\\DATA\\cbpm.201506.hdf')

## End(Not run)

chaoxv/nppr documentation built on Jan. 29, 2024, 1:37 p.m.