subset_year: Subset data frame for abstracts published in a specific...

Description Usage Arguments Details Value See Also

View source: R/subset_articles_review_year.R

Description

Subset data frame for abstracts published in a specific period only.

Usage

1
subset_year(df, col.year = Year, start = NULL, end = NULL)

Arguments

df

Data frame containing publication years.

col.year

Symbol. Column containing publication years.

start

Integer. Optional. Beginning of publication period. If start = NULL, start is set to the least recent year in df.

end

Integer. Optional. End of publication period. If end = NULL, end is set to the most recent year in df.

Details

Subset data frame for abstracts published in a specific period only. All other abstracts published not within this period are silently dropped.

Value

Data frame containing abstracts published in a specific period only.

See Also

subset_research(), subset_review()

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


JulFriedrich/miRetrieve documentation built on Sept. 20, 2021, 11:37 p.m.