pipeline status
coverage report CRAN_Status_Badge RStudio_downloads_monthly RStudio_downloads_total

excerptr

Introduction

Please read the vignette.

Or, after installation, 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 (<URL:
#>      https://pypi.python.org/pypi/excerpts>).

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")