| revtools-package {revtools} | R Documentation |
revtools: Tools to support reviews and 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.
Functions
Article screening
-
screen_duplicatesScreen for duplicates -
screen_titlesScreen articles by title -
screen_abstractsScreen articles by abstract -
screen_topicsScreen data by topic
Bibliographic methods
-
read_bibliographyImport bibliographic data -
write_bibliographyExport bibliographic data -
bibliography-classFormat for storing bibliographic data -
bibliography-methodsPrint, summary, as.bibliography, as.data.frame and [ methods for class 'bibliography' -
tag_lookupLookup table for ris tag transformations -
merge_columnsrbind two data.frames with different numbers of columns -
format_citationReturn a clean citation from a bibliography or data.frame -
add_line_breaksSet a maximum character width for strings in a vector
Distributing tasks among a team
-
allocate_effortSpecify how to distribute screening effort among a team of reviewers -
distribute_tasksSplit a dataset among a team of reviewers -
aggregate_tasksCombine screening results from a team of reviewers
Duplicate detection
-
fuzz_functionsFuzzy string matching -
find_duplicatesLocate potentially duplicated references -
extract_unique_referencesReturn a data.frame with only 'unique' references -
screen_duplicatesScreen for duplicates
Text mining
-
revwordsStopwords used in revtools functions -
make_dtmConstruct a Document-Term Matrix from bibliographic data -
run_topic_modelWrapper function for topic models -
screen_topicsScreen data by topic