Description Usage Arguments Value See Also Examples
View source: R/recount3_cache_rm.R
This function removes the recount3 files you have
stored in your recount3_cache()
.
1 | recount3_cache_rm(bfc = recount3_cache())
|
bfc |
A BiocFileCache-class
object where the files will be cached to, typically created by
|
A character(0)
if the removal of files was successful.
Other recount3 cache functions:
recount3_cache_files()
,
recount3_cache()
1 2 3 4 5 6 7 8 9 10 | ## List the URLs you have downloaded
recount3_cache_files()
## Not run:
## Now delete the cached files
recount3_cache_rm()
## List againt your recount3 files (should be empty)
recount3_cache_files()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.