gdir.rm | R Documentation |
Deletes a directory from Genomic Database.
gdir.rm(dir = NULL, recursive = FALSE, force = FALSE)
dir |
directory path |
recursive |
if 'TRUE', the directory is deleted recursively |
force |
if 'TRUE', suppresses user confirmation of tracks/intervals removal |
This function deletes a directory from Genomic Database. If 'recursive' is 'TRUE', the directory is deleted with all the files/directories it contains. If the directory contains tracks or intervals, the user is prompted to confirm the deletion. Set 'force' to 'TRUE' to suppress the prompt.
None.
gdb.init
, gdir.create
,
gdir.cd
, gdir.cwd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.