R/RcppExports.R

Defines functions check_option_parser check_markdown_heading_parser check_markdown_parser check_multi_chunk_parser check_chunk_parser check_yaml_parser parse_rmd_cpp

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

parse_rmd_cpp <- function(str, allow_incomplete = FALSE) {
    .Call(`_parsermd_parse_rmd_cpp`, str, allow_incomplete)
}

check_yaml_parser <- function(str) {
    .Call(`_parsermd_check_yaml_parser`, str)
}

check_chunk_parser <- function(str) {
    .Call(`_parsermd_check_chunk_parser`, str)
}

check_multi_chunk_parser <- function(str, allow_incomplete = FALSE) {
    .Call(`_parsermd_check_multi_chunk_parser`, str, allow_incomplete)
}

check_markdown_parser <- function(str) {
    .Call(`_parsermd_check_markdown_parser`, str)
}

check_markdown_heading_parser <- function(str) {
    .Call(`_parsermd_check_markdown_heading_parser`, str)
}

check_option_parser <- function(str) {
    .Call(`_parsermd_check_option_parser`, str)
}

Try the parsermd package in your browser

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

parsermd documentation built on May 20, 2021, 5:08 p.m.