Learn R Programming

simplermarkdown (version 0.0.6)

Simple Engine for Generating Reports using R

Description

Runs R-code present in a pandoc markdown file and includes the resulting output in the resulting markdown file. This file can then be converted into any of the output formats supported by pandoc. The package can also be used as an engine for writing package vignettes.

Copy Link

Version

Install

install.packages('simplermarkdown')

Monthly Downloads

5,550

Version

0.0.6

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Jan der Laan

Last Published

March 24th, 2023

Functions in simplermarkdown (0.0.6)

mdweave_to_pdf

Run the code in a markdown file and generate a new document
file_subs_ext

Replace file extension by another file extension
format_traditional

Format the result of running a block of code
markdown_block

Return a code block object that can be included in the pandoc parse tree
md_table

Generate a markdown table from a data.frame
mdtangle

Extract code from the code blocks in a markdown file
md_figure

Generate a figure and generate the markdown to include the figure
output_table

Output filters for code blocks in markdown
get_extensions

Get the extensions that are needed when converting from json to markdown by pandoc.
mdweave

Run the code in a markdown file and generate a new markdown file
raw_block

Return a raw chunk of text that can be included in the pandoc parse tree
run_and_capture

Run code and capture the output