Load a remote R binary file. This function is vectorized and supports multiple URLs in a single call.
Examples
url <- AcidBase::pasteUrl(
pipetteTestsUrl,
"rnaseq_counts.rds",
protocol = "none"
)
print(url)
#> [1] "https://r.acidgenomics.com/testdata/pipette/rnaseq_counts.rds"
x <- loadRemoteData(url)
#> Error in vapply(X = X, FUN = FUN, FUN.VALUE = logical(1L), ..., USE.NAMES = useNames): formal argument "USE.NAMES" matched by multiple actual arguments
print(x)
#> Error: object 'x' not found