elizagrames / litsearchr

litsearchr is an R package to partially automate search term selection for systematic reviews using keyword co-occurrence networks. In addition to identifying search terms, it can write Boolean searches and translate them into over 50 languages.
https://elizagrames.github.io/litsearchr
103 stars 26 forks source link

find_cutoff wrong argument name in docs #41

Closed luketudge closed 4 years ago

luketudge commented 4 years ago

Looks like the roxygen comments for find_cutoff() refer to the wrong argument name "spline". Should be "cumulative". line 307 of term_selection.R

luketudge commented 4 years ago

Fixed in #43