R/cpp11.R

Defines functions render_ parse_

# Generated by cpp11: do not edit by hand

parse_ <- function(input, config) {
  .Call(`_jinjar_parse_`, input, config)
}

render_ <- function(input, data_json) {
  .Call(`_jinjar_render_`, input, data_json)
}

Try the jinjar package in your browser

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

jinjar documentation built on Nov. 2, 2023, 5:37 p.m.