epm_stopwords: PubMed Query Stopwords

epm_stopwordsR Documentation

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")

Format

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

Details

Number of stopwords included, n=133.

Examples

## Display some contents
data("epm_stopwords")
head(epm_stopwords)

dami82/easyPubMed documentation built on Jan. 4, 2024, 6:21 a.m.