Package 'printr'

Title: Automatically Print R Objects to Appropriate Formats According to the 'knitr' Output Format
Description: Extends the S3 generic function knit_print() in 'knitr' to automatically print some objects using an appropriate format such as Markdown or LaTeX. For example, data frames are automatically printed as tables, and the help() pages can also be rendered in 'knitr' documents.
Authors: Yihui Xie [aut, cre]
Maintainer: Yihui Xie <[email protected]>
License: GPL
Version: 0.3.1
Built: 2024-08-23 05:47:50 UTC
Source: https://github.com/yihui/printr

Help Index


Print R objects in knitr documents nicely

Description

The main documentation of this package is the package vignette ‘printr-intro.html’. Please check out vignette('printr', package = 'printr').