Create a contributors table from a comma matrix map specification

contributorsTable_from_matrixMap(
  matrixMap,
  output = NULL,
  contributors = c("Example name 1", "Example name 2"),
  nContrib = 10,
  type = "simple",
  embed_matrixMap = TRUE
)

Arguments

matrixMap

The comma contributor Matrix Map specification

output

Either NULL to not write anything, or the path to a spreadsheet to write to.

contributors

Optionally, a vector (or in the future, list) of contributors to prefill the contributors table with.

nContrib

Number of rows for contributors to include

type

The type of contributor table to write; currently, only a simple type is supported.

embed_matrixMap

Whether to embed the matrix map itself.

Value

The contributors table as data frame

Examples

### Add something