Make use of [textcat](https://cran.r-project.org/web/packages/textcat/index.html) to identify the language of the abstract like so: ```r read_Citavi_xlsx(example_xlsx('3dupsin5refs.xlsx')) %>% detect_language() ``` - [x] write function - [ ] write tests - [ ] provide macro to import results into Citavi
Make use of textcat to identify the language of the abstract like so: