Description Usage Arguments Value Examples
Generates an author contribution table
1 |
df |
data frame containing author contribution information in two columns: Author, Activity. See example for details. |
ggplot of author contribution table
1 2 3 4 5 6 7 8 | # NK participated in Concept and Design
# RW wrote code
# JS participated in Concept and Design
info <- data.frame(Author = c("NK", "NK", "RW", "JS", "JS"),
Activity = c("Concept", "Design", "Code", "Concept",
"Design"))
# grey implies author participation in activity; white does not
contribution_table(info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.