# NOT RUN {
# get some example file uuids
uuids <- files() %>%
filter(~ access == 'open' & file_size < 100000) %>%
results(size = 3) %>%
ids()
# and get the data, placing it into the gdc_cache() directory
fpaths <- gdcdata(uuids, use_cached=TRUE)
fpaths
# }
Run the code above in your browser using DataLab