gdir.create {misha} | R Documentation |
Creates a new directory in Genomic Database
Description
Creates a new directory in Genomic Database.
Usage
gdir.create(dir = NULL, showWarnings = TRUE, mode = "0777")
Arguments
dir |
directory path |
showWarnings |
see 'dir.create' |
mode |
see 'dir.create' |
Details
This function creates a new directory in Genomic Database. Creates only the last element in the specified path.
Value
None.
Note
A new directory cannot be created within an existing track directory.
See Also
dir.create
, gdb.init
,
gdir.cwd
, gdir.rm
[Package misha version 4.3.6 Index]