cluster_outputs_by_journals: Group entities into journals according to identifiers

Description Usage Arguments Details Value Note Examples

View source: R/cluster.R

Description

This is an algorithm that identifies unique journals according to ISBNs, ISSNs, DOIs and titles that overlap.

Usage

1
cluster_outputs_by_journals(data, use_volume_title = TRUE)

Arguments

use_volume_title

Use the volume titles in grouping process? See Details

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.

Value

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.

Note

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.

Examples

1
# Not done yet. Need to reconcile column names.

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