zot_convert_creators_to_df_list | R Documentation |
Transform a characther vectors of creators (authors, etc.) into a list of properly categorised data frames
zot_convert_creators_to_df_list(
creator,
creator_type = "author",
separator_multiple_authors = "; ",
separator_surname_name = ", "
)
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. |
A data frame, with one column for each accepted input for the given item type.
zot_convert_creators_to_df_list(creator = "Spinelli, Altiero; Rossi, Ernesto")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.