Learn R Programming

GenomicDataCommons (version 1.3.1)

gdc_cache: Work with gdc cache directory

Description

The GenomicDataCommons package will cache downloaded files to minimize network and allow for offline work. These functions

Usage

gdc_cache(directory = NULL)

gdc_set_cache(directory)

Arguments

directory

character(1) directory path, will be created recursively if not present.

Value

character(1) directory path that serves as the base directory for GenomicDataCommons downloads.

Functions

  • gdc_set_cache: (Re)set the GenomicDataCommons cache directory

Examples

Run this code
# NOT RUN {
gdc_cache()
# }
# NOT RUN {
gdc_set_cache(getwd())
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab