###############################################
# 29/11/2021, nicolas.henry@sb-roscoff.fr
#
# make.R
#
# script pour l'execution de tout le projet
#
###############################################
# deps install
devtools::install_deps()
# load functions
# devtools::load_all()
source(here::here("R","data_wildfinder.R"))
# run exodplyr
source(here::here("exercises","exo_dplyr.R"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.