plTryRead: plTryRead

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

Tries to find and read a file in the working directory, using an ordered list of regular expression and returning the first matching file.

Usage

1

Arguments

patterns

a vector of regular expressions.

Value

The content of a tab-delimited file, if any matches the set of expressions, otherwise NULL.

Examples

1
plTryRead(c("test"))

plger/RNAontheBENCH documentation built on May 25, 2019, 8:22 a.m.