Learn R Programming

miRetrieve (version 1.3.4)

subset_review: Subset data frame for abstracts of review articles

Description

Subset data frame for abstracts of review articles only.

Usage

subset_review(df, col.type = Type)

Arguments

df

Data frame containing article types.

col.type

Symbol. Column containing articles types.

Value

Data frame containing abstracts of review articles only.

Details

Subset data frame for abstracts of review articles only. At the same time, abstracts from other article types such as Journal Article, Letter, etc. are dropped.

See Also

subset_research(), subset_year()

Other subset functions: subset_df(), subset_mir_threshold(), subset_mir(), subset_research(), subset_snp(), subset_year()