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, ...)
}

Try the rjtools package in your browser

Any scripts or data that you put into this service are public.

rjtools documentation built on May 29, 2024, 9:57 a.m.