Learn R Programming

accessr (version 1.1.3)

accessr-internal: Internal accessr functions

Description

Internal accessr functions

Usage

rmd2presentation(
  x,
  format = c("ioslides", "slidy"),
  zip = TRUE,
  pdf = FALSE,
  zip_pdf = zip,
  pdf_args = list(),
  add = FALSE,
  quiet = TRUE,
  rm_html = FALSE,
  rm_pdf = FALSE,
  inc_rmd = FALSE,
  params = NULL,
  ...
)

accessr_zip(x, dnames, udnames, zipfile, add, extension)

ioslides_presentation_accessr( number_sections = FALSE, logo = NULL, slide_level = 2, incremental = FALSE, fig_width = 7.5, fig_height = 4.5, fig_retina = 2, fig_caption = TRUE, dev = "png", df_print = "default", smart = TRUE, self_contained = TRUE, widescreen = FALSE, smaller = FALSE, transition = "default", math_method = "mathjax", mathjax = "default", analytics = NULL, template = NULL, css = NULL, includes = NULL, keep_md = FALSE, lib_dir = NULL, md_extensions = NULL, pandoc_args = NULL, extra_dependencies = NULL, ... )

html_dependency_ioslides(slide_level)

check_math_argument(math)

mathjax_to_math(mathjax, math)

pkg_file(..., package = "rmarkdown", mustWork = FALSE)

devtools_loaded(x)

dir_exists(x)

citeproc_required(yaml_front_matter, input_lines = NULL)

read_utf8(file)

write_utf8(text, con, ...)

is_windows()

pandoc2.0()

base64_encode_images(html)

process_images(html, processor)

process_html_res(html, reg, processor)

stop2(...)

normalized_relative_to(dir, file)

Arguments

Details

These functions are not intended to be called by the user.