Learn R Programming


excerptr

Introduction

After installation, please read the help page:

help("excerptr-package", package = "excerptr")
#> Excerpt Structuring Comments from Your Code File and Set a Table of
#> Contents
#> 
#> Description:
#> 
#>      This is just an R interface to the python package excerpts
#>      (<https://pypi.org/project/excerpts/>).
#> 
#> Author(s):
#> 
#>      *Maintainer*: Andreas Dominik Cullmann
#>      <mailto:fvafrcu@mailbox.org>
#> 
#> See Also:
#> 
#>      Useful links:
#> 
#>         • <https://gitlab.com/fvafrcu/excerptr>

System Requirements

excerptr needs python3, you probably want to have pandoc and a TeX-System such as TeXLive installed.

Installation

You can install excerptr from gitlab with:

if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrcu/excerptr")

Copy Link

Version

Install

install.packages('excerptr')

Monthly Downloads

195

Version

2.1.0

License

BSD_2_clause + file LICENSE

Maintainer

Andreas Dominik Cullmann

Last Published

October 26th, 2025

Functions in excerptr (2.1.0)

excerptr

Excerpt Structuring Comments and Set a Table of Contents.
throw

Throw a Condition
excerptr-package

Excerpt Structuring Comments from Your Code File and Set a Table of Contents