Learn R Programming

revtools (version 0.4.1)

Tools to Support Evidence Synthesis

Description

Researchers commonly need to summarize scientific information, a process known as 'evidence synthesis'. The first stage of a synthesis process (such as a systematic review or meta-analysis) is to download a list of references from academic search engines such as 'Web of Knowledge' or 'Scopus'. The traditional approach to systematic review is then to sort these data manually, first by locating and removing duplicated entries, and then screening to remove irrelevant content by viewing titles and abstracts (in that order). 'revtools' provides interfaces for each of these tasks. An alternative approach, however, is to draw on tools from machine learning to visualise patterns in the corpus. In this case, you can use 'revtools' to render ordinations of text drawn from article titles, keywords and abstracts, and interactively select or exclude individual references, words or topics.

Copy Link

Version

Install

install.packages('revtools')

Monthly Downloads

466

Version

0.4.1

License

GPL-3

Maintainer

Martin J Westgate

Last Published

December 17th, 2019

Functions in revtools (0.4.1)

screen_duplicates

Shiny app for locating and excluding duplicated entries in a dataset
screen_abstracts

Shiny app for screening articles by their abstracts
run_topic_model

Calculate a topic model
revwords

Load a set of stopwords
revtools-package

revtools: Tools to support reviews and evidence synthesis
merge_columns

rbind two or more data frames with different columns
read_bibliography

Import bibliographic data
format_citation

Format a citation
fuzz_functions

Functions for fuzzy string matching
screen_topics_progress-methods

Methods for class 'screen_topics_progress'
make_dtm

Construct a document-term matrix (DTM)
screen_topics

Shiny app for screening bibliographies using topic models
screen_titles

Shiny app for screening articles by their titles
write_bibliography

Export imported bibliographic data as .bib or .ris formats
tag_lookup

Lookup table for ris tags
screen_topics_progress-class

Description of class 'screen_topics_progress'
bibliography-class

Description of class 'bibliography'
allocate_effort

Determine optimal way to divide articles among 2 or more reviewers
add_line_breaks

Add line breaks to one or more strings
bibliography-methods

Methods for class 'bibliography'
distribute_tasks

Divide a set of articles among two or more reviewers
extract_unique_references

Create a de-duplicated data.frame
aggregate_tasks

Combine (potentially overlapping) article sets generated by screening among a team of reviewers.
avian_ecology_bibliography

Bibliographic data from 20 papers on avian ecology
find_duplicates

Locate duplicated information within a data.frame