SchmidtPaul / CitaviR

A set of tools for dealing with Citavi data in R
https://schmidtpaul.github.io/CitaviR/
16 stars 2 forks source link

detect_country() #8

Open SchmidtPaul opened 3 years ago

SchmidtPaul commented 3 years ago

Making use of countrycode::codelist, detect the country from keyword, title and/or abstract like so:

read_Citavi_xlsx(example_xlsx('3dupsin5refs.xlsx')) %>%
   detect_country()