knitr::opts_chunk$set(echo = TRUE) devtools::source_gist("c83e078bf8c81b035e32c3fc0cf04ee8", filename = 'render_toc.R')
render_toc("README.rmd", toc_depth=2)
My R package, generate latex code to add to my exam template :)
Using r-universe
install.packages("thongke.dapan", repos = "https://vungocbinh2009.r-universe.dev")
Using devtools
# Install devtools install.packages("devtools") # Install thongke before thongke_dapan devtools::install_github("vungocbinh2009/thongke") # Install thongke.dapan devtools::install_github("vungocbinh2009/thongke.dapan") # Others package dependency: whisker, xtable
options(OutDec=",")
icomma
package to display number with comma as decimal seperatorcat(readLines('LICENSE'), sep = '\n')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.