read_plumber: Reads plumber2 netcdf data

View source: R/read_plumber.R

read_plumberR Documentation

Reads plumber2 netcdf data

Description

Reads data in a given directory by (fluxnet) site name, optionally only returns the meta-data of the site data

Usage

read_plumber(
  site = "AT-Neu",
  path,
  fluxnet_format = FALSE,
  meta_data = FALSE,
  out_path
)

Arguments

site

fluxnet site name

path

path with plumber2 data (both flux and meteo data files)

fluxnet_format

convert to fluxnet formatting (TRUE/FALSE)

meta_data

return meta-data TRUE/FALSE

out_path

where to store the converted data if converted to fluxnet formatting

Value

data frame with merged meteo and flux data


stineb/ingestr documentation built on July 21, 2024, 6:39 p.m.