get_tmax_fluxnet2015: Get daily maximum temperature for all files in a directory.

View source: R/get_tmax_fluxnet2015.R

get_tmax_fluxnet2015R Documentation

Get daily maximum temperature for all files in a directory.

Description

Wrapper function to derive daily daily maximum temperature from half-hourly data for all site-scale data files in a given directory (argument dir).

Usage

get_tmax_fluxnet2015(dir)

Arguments

dir

A character string specifying the directory in which to look for site-specific half-hourly data files.

Value

A list of outputs of the function get_tmax_fluxnet2015.

Examples

## Not run: 
 df <- get_tmax_fluxnet2015("./")

## End(Not run)


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