Learn R Programming

⚠️There's a newer version (1.50) of this package.Take me there.

knitr (version 1.38)

A General-Purpose Package for Dynamic Report Generation in R

Description

Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.

Copy Link

Version

Install

install.packages('knitr')

Monthly Downloads

1,261,584

Version

1.38

License

GPL

Maintainer

Yihui Xie

Last Published

March 25th, 2022

Functions in knitr (1.38)

current_input

Query the current input filename
hook_ffmpeg_html

Hooks to create animations in HTML output
clean_cache

Clean cache files that are probably no longer needed
knit2pandoc

Convert various input files to various output files using knit() and Pandoc
hook_movecode

Some potentially useful document hooks
knit2pdf

Convert Rnw or Rrst files to PDF
cache_engines

Cache engines of other languages
combine_words

Combine multiple words into a single string
asis_output

Mark an R object with a special class
Sweave2knitr

Convert Sweave to knitr documents
is_low_change

Compare two recorded plots
hook_pdfcrop

Built-in chunk hooks to extend knitr
kable

Create tables in LaTeX, HTML, Markdown and reStructuredText
knit_code

The code manager to manage code in all chunks
all_labels

Get all chunk labels in a document
dep_prev

Make later chunks depend on previous chunks
hook_plot_html

Default plot hooks for different output formats
knit2html

Convert markdown to HTML using knit() and markdownToHTML()
image_uri

Encode an image file to a data URI
knit

Knit a document
knit_patterns

Patterns to match and extract R code in a document
knit_print

A custom printing function
extract_raw_output

Mark character strings as raw output that should not be converted
raw_block

Mark character strings as raw blocks in R Markdown
knit_filter

Spell check filter for source documents
knit_engines

Engines of other languages
imgur_upload

Upload an image to imgur.com
include_graphics

Embed external images in knitr documents
fig_chunk

Obtain the figure filenames for a chunk
knit_theme

Syntax highlighting themes
knit_rd

Knit package documentation
knit_global

The global environment in which code chunks are evaluated
inline_expr

Wrap code using the inline R expression syntax
fig_path

Path for figure files
include_url

Embed a URL as an HTML iframe or a screenshot in knitr documents
engine_output

An output wrapper for language engine output
knit_hooks

Hooks for R code chunks, inline R code and output
opts_hooks

Hooks for code chunk options
knit2wp

Knit an R Markdown document and post it to WordPress
render_html

Set or get output hooks for different output formats
opts_template

Template for creating reusable chunk options
knit_exit

Exit knitting early
knit_expand

A simple macro preprocessor for templating purposes
set_alias

Set aliases for chunk options
rst2pdf

A wrapper for rst2pdf
knit_child

Knit a child document
opts_knit

Options for the knitr package
knit_params

Extract knit parameters from a document
plot_crop

Crop a plot (remove the edges) using PDFCrop or ImageMagick
knit_params_yaml

Extract knit parameters from YAML text
rand_seed

An unevaluated expression to return .Random.seed if exists
sew

Wrap evaluated results for output
load_cache

Load the cache database of a code chunk
vignette_engines

Package vignette engines
spin

Spin goat's hair into wool
opts_chunk

Default and current chunk options
partition_chunk

Partition chunk options from the code chunk body
pat_rnw

Set regular expressions to read input documents
rnw2pdf

Convert an Rnw document to PDF
wrap_rmd

Wrap long lines in Rmd files
knit_meta

Metadata about objects to be printed
rocco

Knit R Markdown using the classic Docco style
read_chunk

Read chunks from an external script
knit_watch

Watch an input file continuously and knit it when it is updated
read_rforge

Read source code from R-Forge
pandoc

A Pandoc wrapper to convert documents to other formats
knitr-package

A general-purpose tool for dynamic report generation in R
is_latex_output

Check the current input and output type
write_bib

Generate BibTeX bibliography databases for R packages
set_header

Set the header information
spin_child

Spin a child R script
stitch

Automatically create a report based on an R script and a template
set_parent

Specify the parent document of child documents
dep_auto

Build automatic dependencies among chunks
all_patterns

All built-in patterns