-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
56 lines (38 loc) · 1.89 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# acronym <img src='man/figures/logo.png' align="right" height="240" />
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/acronym)](https://CRAN.R-project.org/package=acronym)
[![R build status](https://github.com/fmmattioni/acronym/workflows/R-CMD-check/badge.svg)](https://github.com/fmmattioni/acronym/actions)
<!-- badges: end -->
The goal of `acronym` is to help finding acronyms in a Word document so you can create a list of abbreviations for your manuscript submission.
## Installation
You can install the development version of `acronym` from [GitHub](https://github.com/fmmattioni/acronym) with:
``` r
# install.packages("remotes")
remotes::install_github("fmmattioni/acronym")
```
## Example
```{r}
library(acronym)
find_acronyms(path = system.file("zotero.docx", package = "acronym"), ref_manager = "zotero")
```
### Copy it directly into your Word document!
```{r}
knitr::include_graphics("man/figures/demo.gif")
```
## The way it works
`acronym` is going to search only for acronyms in your manuscript that are between brackets. Please, note that this is still experimental, so ultimately you should double-check the list of abbreviations retrieved. Got any ideas and/or tips for improving the code? Feel free to open an issue or submit a PR!
## Code of Conduct
Please note that the acronym project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.