ropensci / bib2df

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

Ability to separate surname and given name #4

Closed ottlngr closed 7 years ago

ottlngr commented 7 years ago

This might help: https://cran.r-project.org/web/packages/humaniformat/index.html

ottlngr commented 7 years ago

Implemented in the dev-names branch. Do you want to try it, @leeper ?

leeper commented 7 years ago

Nice! Works great. Only thing would be whether you want to use snake case rather than camel case for the argument name, given the functions all use snake case. I don't think this really matters but just in case you're concerned about consistency.