Description Usage Arguments Details Value Note Examples
This is an algorithm that identifies unique journals according to ISBNs, ISSNs, DOIs and titles that overlap.
1 | cluster_outputs_by_journals(data, use_volume_title = TRUE)
|
use_volume_title |
Use the volume titles in grouping process? See Details |
Some fields, such as Physics, feature journals with ambiguous volume titles,
for example Physical Review A, B, C, D, E, Physics Review Letters and their
various abbreviations. To avoid these journals mistakenly being aggregated,
we recommend setting use_volume_title
to FALSE
.
The input data frame, with an added column journal_id
assigning each
submission to a group representing a journal (or book). Any submissions that
could not be assigned to a group will have journal_id = NA
.
The current implementation is not 100 row IDs become large enough to be confused with ISSNs. We can fix this with the addition of a non-numeric prefix to row ids.
1 | # Not done yet. Need to reconcile column names.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.