process_isi: (depracated - use tidyr::separate_rows). Select field in...

Description Usage Arguments Details Value Examples

View source: R/process_isi.R

Description

For working with scientific literature containing concatenated author, country, organisation or other fields. The data.frame must contain isi or doi numbers or something similar for the function to work.

Usage

1
process_isi(data, x = "", sep = "")

Arguments

data

A data frame containing the target concatenated field and isi or doi

x

A concatenated character column (authors, organisations etc)

sep

a separator (normally ';')

Details

Prints the number of separated columns for information part way through the function.

Value

a data frame containing the target (whitespace trimmed), isi and doi fields

Examples

1
## Not run: process_isi(df, x = "authors", sep = ";")

poldham/oldhammisc documentation built on May 25, 2019, 11:23 a.m.