Making use of `countrycode::codelist`, detect the country from keyword, title and/or abstract like so: ```r read_Citavi_xlsx(example_xlsx('3dupsin5refs.xlsx')) %>% detect_country() ``` - [ ] write function - [ ] write tests - [ ] provide macro to import results into Citavi
Making use of
countrycode::codelist, detect the country from keyword, title and/or abstract like so: