Description Usage Arguments Value Examples
file_cache
will use:
BiocFileCache
and will then cache the file for faster repeated retrival,
if it is not found locally (i.e. a URL).
1 | file_cache(file_path)
|
file_path |
a path to file of interest. |
file_path of cached file or unchanged file_path if found locally.
1 2 3 4 5 6 7 8 | rec_url <- recount::download_study(
project = "SRP012682",
type = "samples",
download = FALSE
)
eg_bwfile <- file_cache(rec_url[1])
eg_bwfile
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.