R/rj_website.R

Defines functions rjournal_website

Documented in rjournal_website

#' R Markdown site generator for the R Journal
#'
#' @inherit  distill::distill_website
#'
#' @keywords internal
rjournal_website <- function(input, ...) {
  distill::distill_website(input = input, ...)
}
rjournal/rjtools documentation built on June 1, 2025, 2:51 p.m.