filePath: Constructor for FilePath class

Description Usage Arguments Value Author(s) Examples

Description

Constructor for FilePath class

Usage

1

Arguments

s

character, path to file or dir

Value

FilePath object

Author(s)

Kaiyin Zhong, Fan Liu

Examples

1
2
3
4
5
6
## Not run: 
fp = filePath(R.home())
dirName(fp) == dirname(fp@path)
baseName(fp) == basename(fp@path)

## End(Not run)

CollapsABEL documentation built on May 1, 2019, 7:28 p.m.