knitr::opts_chunk$set( echo = F, # dev = c('png', 'pdf'), # save figures in two formats # fig.path = '../intermediate/rmd/figure/', # save figure in files results = 'asis' ) library(tidyverse) library(Useful2me) # renv::install("Rundmus/Useful2me-R_package") # when 'renv' used # remotes::install_github("Rundmus/Useful2me-R_package", upgrade= "never") library(knitr) # library(kableExtra) # kable_styling # library(janitor) # tabyl, fisher.test rm(list = ls())
### File names fn <- list( i = list( # input ) ) # Check all exists stopifnot(all(file.exists(c('.', unlist(fn$i)))))
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.