View source: R/calculate_contributions.R
calculate_contributions | R Documentation |
This function takes a list and calculates individual contributions as a proportion of total work completed. The output is a dataframe.
calculate_contributions(contributions = NULL)
contributions |
A list object (defaults to NULL) |
ex <- list("p1" = c(1:13), "p2" = 1, "p3" = c(1, 3, 5, 9))
calculate_contributions(ex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.