Skip to content

Commit

Permalink
Fixes single typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleic-acid committed Jan 17, 2022
1 parent 46c732f commit 5701d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/namedropR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This package accepts bibliographic information as data.frames or tibbles and add

The package allows for two input options: a `data.frame`/`tibble` containing the citation data in appropriate columns or bibliographies stored in the 'BibTeX'/'BibLaTeX' format (usually *.bib).^[In version v1.x you could pass `BibEntry` objects (e.g. as generated by the great `{RefManageR}` package) to the `drop_name()` function. This option was removed in v2.0 to remove the dependency on the `{bibtex}` package.)]

You can pass the path to your *.bib file to `drop_name()`. The function will read the bibliogtaphy, select the needed columns and create the visual citation:
You can pass the path to your *.bib file to `drop_name()`. The function will read the bibliography, select the needed columns and create the visual citation:

```{r, eval=FALSE}
bib_path <- system.file("testdata", "sample.bib", package="namedropR")
Expand Down

0 comments on commit 5701d54

Please sign in to comment.