getPrefix {PBSmodelling}R Documentation

Get Prefix of System Files with Specified Suffix

Description

Search for and return all string prefixes of system files with the specified suffix and system path.

Usage

getPrefix(suffix, path=".")

Arguments

suffix string value of suffix (e.g., ".txt".
path string specifying system path location in which to search.

Value

Vector of string prefixes that have the specified suffix.

Author(s)

Rowan Haigh, Pacific Biological Station, Nanaimo BC

See Also

getSuffix, findPrefix


[Package PBSmodelling version 2.06 Index]