load_rdata | R Documentation |
load_rdata
Load processed data (.rda format) using a function that assigns it to a specific variable (so you don't have to guess what the loaded variable name is). If a .rda file is remote and , it will first be downloaded using downloader.
load_rdata(fileName, ...)
fileName |
Name of the file to load. |
... |
Arguments passed on to
|
R object
fileName <- paste0("https://github.com/RajLabMSSM/",
"Fine_Mapping_Shiny/raw/master/www/BST1.finemap_DT.RDS")
dat <- load_rdata(fileName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.