parseText: Parses a string containing several sub-strings

View source: R/parseText.R

parseTextR Documentation

Parses a string containing several sub-strings

Description

This is an internal CRHMr function and should normally not need to be called directly. It is used for reading data from messy files such as CRHM projects.

Usage

parseText(textString)

Arguments

textString

Required. A character string containing strings separated by any number of spaces and/or tabs.

Value

Returns a vector of individual strings.

Author(s)

Kevin Shook

Examples

vals <- parseText(' red  green    blue      black')


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