CollapsABEL (version 0.10.11)

filePath: Constructor for FilePath class

Description

Constructor for FilePath class

Usage

filePath(s)

Arguments

s
character, path to file or dir

Value

FilePath object

Examples

Run this code
## Not run: 
# fp = filePath(R.home())
# dirName(fp) == dirname(fp@path)
# baseName(fp) == basename(fp@path)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace