R/cpp11.R

Defines functions set_engine_version get_svg_content svgstring_ svglite_ compare_files

# Generated by cpp11: do not edit by hand

compare_files <- function(expected, test) {
  .Call(`_vdiffr_compare_files`, expected, test)
}

svglite_ <- function(file, bg, width, height, pointsize, standalone, always_valid) {
  .Call(`_vdiffr_svglite_`, file, bg, width, height, pointsize, standalone, always_valid)
}

svgstring_ <- function(env, bg, width, height, pointsize, standalone) {
  .Call(`_vdiffr_svgstring_`, env, bg, width, height, pointsize, standalone)
}

get_svg_content <- function(p) {
  .Call(`_vdiffr_get_svg_content`, p)
}

set_engine_version <- function(version) {
  invisible(.Call(`_vdiffr_set_engine_version`, version))
}

Try the vdiffr package in your browser

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

vdiffr documentation built on Sept. 22, 2023, 9:06 a.m.