getSuffix {PBSmodelling}R Documentation

Get Suffix of System Files with Specified Prefix

Description

Search for and return all string suffixes of system files with the specified prefix and system path.

Usage

getSuffix(prefix, path=".")

Arguments

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

Value

Vector of string suffixes that have the specified prefix.

Author(s)

Rowan Haigh, Pacific Biological Station, Nanaimo BC

See Also

getPrefix, findPrefix


[Package PBSmodelling version 2.06 Index]