get_top_journals: List the most popular journals

Description Usage Arguments Examples

View source: R/filter.R

Description

Enumerate the journals, books and reports with the most REF submissions. Any volumes with fewer than 'min_articles' submissions will be aggregated into a category called 'Other'.

Usage

1
get_top_journals(outputs, min_articles = 20)

Arguments

outputs

data from cluster_outputs_by_journals

min_articles

'top' journals must have at least this many articles each

Examples

1
2
3
math_outputs <- subset(tidy_outputs(), uoa_name == 'Mathematical Sciences')
math_outputs <- cluster_outputs_by_journals(math_outputs)
get_top_journals(math_outputs)

Selbosh/ref2014 documentation built on Nov. 15, 2019, 4:27 a.m.