Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonicd/glossaries
glossary functionality for Rmarkdown documents
https://github.com/yonicd/glossaries
r rmarkdown
Last synced: 5 days ago
JSON representation
glossary functionality for Rmarkdown documents
- Host: GitHub
- URL: https://github.com/yonicd/glossaries
- Owner: yonicd
- License: other
- Created: 2021-04-02T13:25:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T20:42:03.000Z (over 3 years ago)
- Last Synced: 2025-01-03T10:51:33.176Z (16 days ago)
- Topics: r, rmarkdown
- Language: HTML
- Homepage: https://yonicd.github.io/glossaries/
- Size: 506 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - yonicd/glossaries - glossary functionality for Rmarkdown documents (HTML)
README
# glossaries
The goal of glossaries is to port glossary functionality from the LaTeX library [glossaries](https://ctan.org/pkg/glossaries?lang=en) to RMarkdown documents.
## Installation
``` r
remotes::install_github("yonicd/glossaries")
```## Example
See [Vignette](https://yonicd.github.io/glossaries/articles/usage.html) for basic usage.