R/extendr-wrappers.R

Defines functions typst_compile_rust

Documented in typst_compile_rust

# Generated by extendr: Do not edit by hand

# nolint start

#
# This file was created with the following call:
#   .Call("wrap__make_tynding_wrappers", use_symbols = TRUE, package_name = "tynding")

#' @usage NULL
#' @useDynLib tynding, .registration = TRUE
NULL

#' @title Compile a `.typ` file and return the output path.
#'
#' @description This function uses the Typst Rust library to compile a
#' `.typ` file to a supported output format and return the output path.
#'
#' @param file Path to an existing `.typ` file.
#' @param output Optional output path.
#' @param font_path Optional path to font files.
#' @param pdf_standard Optional PDF standard specification.
#' @param output_format Optional output format.
#'
#' @return Output path
#'
#' @keywords internal
typst_compile_rust <- function(file, output = NULL, font_path = NULL, pdf_standard = NULL, output_format = NULL, inputs = NULL) .Call(wrap__typst_compile_rust, file, output, font_path, pdf_standard, output_format, inputs)


# nolint end

Try the tynding package in your browser

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

tynding documentation built on March 31, 2026, 5:06 p.m.