Description Usage Arguments Value See Also Examples
This is a utility function that performs three useful tasks on a REF outputs dataset, making it more amenable to later analysis.
coerce column names to snake case (replacing spaces with underscores)
standardize ISBNs and ISSNs by removing hyphens and spaces
add a volume_std
column representing a standardised journal/volume title
1 |
outputs |
A dataset of REF outputs. Defaults to whole REF2014 dataset |
The outputs
data with column names and serial numbers sanitized
1 2 3 | # Extract Economics submissions data
econ <- grep('^Economics', UoA)
subset(tidy_outputs(outputs), uoa_number == econ)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.