Load a remote R binary file. This function is vectorized and supports multiple URLs in a single call.
loadRemoteData( url, envir = globalenv(), overwrite = getOption("acid.overwrite", default = TRUE) )
url |
|
---|---|
envir |
|
overwrite |
|
Invisible named character
.
Local object name as the name, and the remote URL as the value.
Updated 2020-01-19.
#> [1] "https://r.acidgenomics.com/testdata/pipette/v0.5/rnaseq_counts.rds"x <- loadRemoteData(url)#>#> rnaseq_counts.rds at https://r.acidgenomics.com/testdata/pipette/v0.5 using base::`readRDS()`.#> rnaseq_counts #> "https://r.acidgenomics.com/testdata/pipette/v0.5/rnaseq_counts.rds"