read_CLIMWAT: Read CLIMWAT data

Description Usage Arguments Examples

View source: R/fao_CLIMWAT.R

Description

Import CLIMWAT data from .cli and .pen files. Note that the files must first be extracted from CLIMWAT and saved as .cli and .pen files.

Usage

1
read_CLIMWAT(directory_path, station_name)

Arguments

directory_path

Path to directory containing CLIMWAT files

station_name

Name of station to import (will import .cli and .pen files)

Examples

1
2
3
4
5
6
## Not run: 
directory_path <- "fao56"
station_name <- "CLIMWAT_example"
read_CLIMWAT(directory_path,station_name)

## End(Not run)

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