inherit_beamer_presentation: #' @import redoc # Call rmarkdown::word_document and mark the...

View source: R/utils.R

inherit_beamer_presentationR Documentation

#' @import redoc # Call rmarkdown::word_document and mark the return value as inheriting word_document inherit_redoc_document <- function(...) fmt <- redoc::redoc(..., wrappers = list(latexwrap, citationwrap, rawblockwrap, rawspanwrap)) fmt$inherits <- "redoc_document" fmt

Description

#' @import redoc # Call rmarkdown::word_document and mark the return value as inheriting word_document inherit_redoc_document <- function(...) fmt <- redoc::redoc(..., wrappers = list(latexwrap, citationwrap, rawblockwrap, rawspanwrap)) fmt$inherits <- "redoc_document" fmt

Usage

inherit_beamer_presentation(...)

louisahsmith/louisahstuff documentation built on Aug. 9, 2022, 4:16 a.m.