View source: R/contribution_to_text.R
contribution_to_text | R Documentation |
This function takes a contributor dataframe and converts it to prose.
contribution_to_text(contributor_df)
contributor_df |
A dataframe built from contributor_df_builder |
# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.