View source: R/predict_values.R
download | R Documentation |
Download model objects or variable lists
download(file, url)
file |
A string that provides the file name, for example "rb_mod1a.rda" |
url |
The location of the file, for example "https://osf.io/eq9rw/download" |
Sterett H. Mercer <sterett.mercer@ubc.ca>
#load package
library(writeAlizer)
#download rb_mod1a to extdata
download("rb_mod1a.rda", "https://osf.io/eq9rw/download")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.