-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Add RIS formatting for export to be used in Rayyan (see code from Patrice below)
- Draft function for fast exclusion labelling along PICO statement
# format for RIS export
deduplicated_refs<- mutate(deduplicated_refs, source_type=ifelse(is.na(source_type)=="TRUE", "JOUR", source_type)) # Add source type where missing
deduplicated_refs <- dplyr::select(deduplicated_refs, source_type, title, author, source, abstract, year, doi, volume, issue, start_page, end_page, language, keywords)
Metadata
Metadata
Assignees
Labels
No labels