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