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

View source: R/utils.R

zot_convert_creators_to_df_listR Documentation

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

Description

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

Usage

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


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

giocomai/zoteroR documentation built on June 12, 2025, 9:32 p.m.