Open SchmidtPaul opened 3 years ago
Making use of countrycode::codelist, detect the country from keyword, title and/or abstract like so:
countrycode::codelist
read_Citavi_xlsx(example_xlsx('3dupsin5refs.xlsx')) %>% detect_country()
Making use of
countrycode::codelist
, detect the country from keyword, title and/or abstract like so: