readPrjHRUnames: Reads names of HRUs from .prj file

View source: R/readPrjHRUnames.R

readPrjHRUnamesR Documentation

Reads names of HRUs from .prj file

Description

This function reads names of HRUs from a .prj file. The function readPrjParameters will not work, as it only returns numeric values.

Usage

readPrjHRUnames(prjFile = "", logfile = "")

Arguments

prjFile

Required. Name of .prj file.

logfile

logfile Optional. Name of the file to be used for logging the action. Normally not used.

Value

If successful, returns the parameter values as a vector. If unsuccessful, returns FALSE.

Author(s)

Kevin Shook

See Also

setPrjHRUnames

Examples

## Not run: 
# read in as a vector
HRUnames <- readPrjHRUnames("Bad_Lake_1974-1975.prj")
## End(Not run)

CentreForHydrology/CRHMr documentation built on April 6, 2024, 5:27 p.m.