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.

Home Page:https://elizagrames.github.io/litsearchr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find_cutoff wrong argument name in docs

luketudge opened this issue · comments

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

Fixed in #43