knitr::opts_knit$set(root.dir = rprojroot::find_rstudio_root_file()) # Set WD to Root
here::i_am("dev/cran-fix.Rmd")
library(here)

Questions

What is the return value of ...

thaipdf::thaipdf_document()

sloop::otype(thaipdf::thaipdf_document())
class(thaipdf::thaipdf_document())
thaipdf::thaipdf_document()$pandoc$args

rmarkdown::pdf_document()

sloop::otype(rmarkdown::pdf_document())
class(rmarkdown::pdf_document())

thaipdf::thaipdf_book()

sloop::otype(thaipdf::thaipdf_book())
class(thaipdf::thaipdf_book())

bookdown::pdf_book()

sloop::otype(bookdown::pdf_book())
class(bookdown::pdf_book())


Lightbridge-KS/thaipdf documentation built on June 18, 2022, 6:58 a.m.