# -----------------------------------------------------------------------------#
# {{{ title }}}
# -----------------------------------------------------------------------------#
# created : {{{ date }}} by {{{ author }}}
# modified :
# -----------------------------------------------------------------------------#
rm(list = ls())
library(dplyr)
# library(tidyverse)
# library(Useful2me)
# renv::install("Rundmus/Useful2me-R_package") # when 'renv' used
# remotes::install_github("Rundmus/Useful2me-R_package", upgrade= "never")
#----- File names --------------------------------------------------------------
fn <- list(
i = list( # input
),
o = list( # output
)
)
# Check all exists
stopifnot(all(file.exists(c('.', unlist(fn$i)))),
all(file.exists(dirname(c('.', unlist(fn$o))))))
#----- MAIN --------------------------------------------------------------------
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.