contribution_to_text: Print CRediT taxonomy in prose

View source: R/contribution_to_text.R

contribution_to_textR Documentation

Print CRediT taxonomy in prose

Description

This function takes a contributor dataframe and converts it to prose.

Usage

contribution_to_text(contributor_df)

Arguments

contributor_df

A dataframe built from contributor_df_builder

Examples

# A list containing named vectors
ex_1 <- list(
 JVC = 1:13,
 JGP = 1,
 NR  = c(2, 4))

# Simple example
contributor_df_builder(ex_1) |>
contribution_to_text()

jvcasillas/contributoR documentation built on Dec. 18, 2024, 12:42 p.m.