zot_convert_tags_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
zot_convert_tags_to_df_list(tags, separator = "; ")

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_tags_to_df(tags = c("economy; history", "economy"))

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