zot_convert_creators_to_df_list: Transform a characther vectors of creators (authors, etc.)...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Transform a characther vectors of creators (authors, etc.) into a list of properly categorised data frames

Usage

1
2
zot_convert_creators_to_df_list(creator, creator_type = "author",
  separator_multiple_authors = "; ", separator_surname_name = ", ")

Arguments

creator

A character vector (usually, a column in a data frame). Names must be given in the format: "Surname, Name; Surname, Name" (use semicolumn only to separate between multiple authors).

creator_type

Defaults to "author". Must be a character vector of length 1.

Value

A data frame, with one column for each accepted input for the given item type.

Examples

1
zot_convert_creators_to_df_list(creator = "Spinelli, Altiero; Rossi, Ernesto")

giocomai/zoteroR documentation built on Feb. 23, 2020, 9:52 a.m.