ropensci / bib2df

Parse a BibTeX file to a tibble
https://docs.ropensci.org/bib2df
99 stars 22 forks source link

Improper link in documentation? #22

Closed adamhsparks closed 6 years ago

adamhsparks commented 6 years ago

Hi Philipp, I was reading the documentation for df2bib this evening and think perhaps you have a mistake?

Line 3 of df2bib.R has.

#' @param x \code{tibble}, returned by \code{\link{df2bib}}.

Should it not be?

#' @param x \code{tibble}, returned by \code{\link{bib2df}}.