R/get_tmax_fluxnet2015.R
get_tmax_fluxnet2015.Rd
Wrapper function to derive daily daily maximum temperature from half-hourly data
for all site-scale data files in a given directory (argument dir
).
get_tmax_fluxnet2015(dir)
A list of outputs of the function get_tmax_fluxnet2015.
if (FALSE) { # \dontrun{
df <- get_tmax_fluxnet2015("./")
} # }