recount3_cache_rm: Remove recount3 cached files

View source: R/recount3_cache_rm.R

recount3_cache_rmR Documentation

Remove recount3 cached files

Description

This function removes the recount3 files you have stored in your recount3_cache().

Usage

recount3_cache_rm(bfc = recount3_cache())

Arguments

bfc

A BiocFileCache-class object where the files will be cached to, typically created by recount3_cache().

Value

A character(0) if the removal of files was successful.

See Also

Other recount3 cache functions: recount3_cache_files(), recount3_cache()

Examples

## 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)

LieberInstitute/recount3 documentation built on May 10, 2023, 6:01 a.m.