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

Error could not find function "import_results" #54

Closed hancha closed 1 year ago

hancha commented 2 years ago

Can't import search results error message: Error in import_results(file = "pubmed-medication-set.nbib") : could not find function "import_results"

Walking myself through the package and got stuck. Did just download. Running RStudio 4.2.1 on macOS Monterey 12.4

luketudge commented 2 years ago

Hi @hancha did you first install litsearchr? And then did you load it with the command library(litsearchr)? Both of those are necessary before you can access the functions inside the litsearchr package. There is some information on how to install and load here: https://luketudge.github.io/litsearchr-tutorial/litsearchr_tutorial.html#Installation