--- title: "factorH: functions reference" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{factorH: functions reference} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, echo=FALSE} pth <- system.file("partials/functions-reference.md", package = "factorH") stopifnot(nzchar(pth)) txt <- readLines(pth, encoding = "UTF-8", warn = FALSE) knitr::asis_output(paste0(paste(txt, collapse = "\n"), "\n\n"))