Description Usage Arguments Details Value Note Examples
This is a convenience function for filtering REF2014 results from a particular Unit of Assessment (UoA; i.e. subject area) by its numeric ID, by exact name or by a partial regular expression.
1 |
number |
an integer from 1 to 36. See |
name |
a string. See |
grep |
a regular expression representing (part of) a UoA name |
... |
arguments passed to |
As well as filtering the rows of the results
dataset, this
function also selects only the most useful columns and renames the column to
'snake_case', which is slightly more convenient for programming.
A tibble
containing the following columns:
name of institution
UoA name
UoA number
type of profile (Overall, Environment, Impact, Outputs)
number of full-time equivalent (FTE) staff in the submission
percentage of submission rated 4\*, 3\*, 2\*, 1\* or unclassified
This function does not check how many UoAs are selected. It could be zero, one or all of them.
1 2 3 4 | # All of the following are equivalent:
tidy_results(18)
tidy_results(name = 'Economics & Econometrics')
tidy_results(grep = 'con')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.