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

get_tmin_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_tmin_fluxnet2015.

Examples

if (FALSE) { # \dontrun{
 df <- get_tmin_fluxnet2015("./")
} # }