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

View source: R/utils.R

zot_convert_tags_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_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


zot_convert_tags_to_df_list(tags = c("economy; history", "economy"))

giocomai/zoteror documentation built on April 12, 2025, 12:48 p.m.