Learn R Programming

easyPubMed (version 3.1.6)

epm_stopwords: PubMed Query Stopwords

Description

Collection of 133 Stopwords that can be removed from query strings to improve the accuracy of exact-match PubMed queries.

Usage

data("epm_stopwords")

Arguments

Format

A character vector including all PubMed stopwords tat are typically filtered out from queries.

Details

Number of stopwords included, n=133.

Examples

Run this code
## Display some contents
data("epm_stopwords")
head(epm_stopwords)

Run the code above in your browser using DataLab