contribution_table: Generates an author contribution table

Description Usage Arguments Value Examples

View source: R/generator.R

Description

Generates an author contribution table

Usage

1

Arguments

df

data frame containing author contribution information in two columns: Author, Activity. See example for details.

Value

ggplot of author contribution table

Examples

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)

rrrlw/contRibution documentation built on Feb. 24, 2020, 3:15 p.m.