read_et0_csv: Read ET0 CSV

Description Usage Arguments Examples

View source: R/fao_penman_monteith.R

Description

Read ET0 CSV

Usage

1
read_et0_csv(et0_path)

Arguments

et0_path

Path to ET0 csv file

Examples

1
2
3
4
5
# Locate the path of the example et0 csv file
et0_path <- system.file("extdata", "ET0_example_file.csv", package = "fao56")

# Read the file
et0 <- read_et0_csv(et0_path)

gopalpenny/fao56 documentation built on Feb. 14, 2022, 6:01 a.m.