checkInputPath: (internal) Validate input directory or file path

Description Usage Arguments Value Methods (by class) Examples

Description

The method checks the format of an input directory or file path to see if it is in a valid format. Normalized path is returned.

Usage

1
2
3
4
checkInputPath(object, path)

## S4 method for signature 'Commons,character'
checkInputPath(object, path)

Arguments

object

Commons class object.

path

a character string. A directory or file path.

Value

a character string. Normalized input path.

Methods (by class)

Examples

1
2
3
4
5
6
## Not run: 

c <- Commons()
checkInputPath(c, path = '/home/foo/temp')

## End(Not run)

jameslhao/dbgapr_dev documentation built on May 8, 2019, 11:03 p.m.