Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
echo=TRUE,
eval=FALSE,
comment = "#>"
)
## -----------------------------------------------------------------------------
# packages_to_install <- tibble::tribble(~package, ~source,~url,
# "librarian", "github","DesiQuintans/librarian",
# "box", "cran","",
# "randomForest", "cran","", # for RandomForest
# "here", "cran","",
# "fs", "cran","",
# "aussiemaps", "r-universe","https://carlosyanez.r-universe.dev"
# )
#
## -----------------------------------------------------------------------------
# just.install::justinstall(packages_to_install)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.