powered by
The GenomicDataCommons package will cache downloaded files to minimize network and allow for offline work. These functions
gdc_cache(directory = NULL)gdc_set_cache(directory)
gdc_set_cache(directory)
character(1) directory path, will be created recursively if not present.
character(1) directory path that serves as the base directory for GenomicDataCommons downloads.
gdc_set_cache: (Re)set the GenomicDataCommons cache directory
gdc_set_cache
# NOT RUN { gdc_cache() # } # NOT RUN { gdc_set_cache(getwd()) # } # NOT RUN { # }
Run the code above in your browser using DataLab