Description Usage Arguments Examples
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'.
1 | get_top_journals(outputs, min_articles = 20)
|
outputs |
data from |
min_articles |
'top' journals must have at least this many articles each |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.