Skip to content

Future improvements #4

@coraliewilliams

Description

@coraliewilliams
  • 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

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions