View source: R/loadRemoteData.R
loadRemoteData | R Documentation |
Load a remote R binary file. This function is vectorized and supports multiple URLs in a single call.
loadRemoteData(
url,
envir = globalenv(),
overwrite = getOption(x = "acid.overwrite", default = TRUE)
)
url |
|
envir |
|
overwrite |
|
Invisible named character
.
Local object name as the name, and the remote URL as the value.
Updated 2022-05-03.
url <- AcidBase::pasteUrl(
pipetteTestsUrl,
"rnaseq_counts.rds",
protocol = "none"
)
print(url)
x <- loadRemoteData(url)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.