contributorsTable_from_matrixMap.Rd
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
)
The comma
contributor Matrix Map specification
Either NULL
to not write anything, or the path to a
spreadsheet to write to.
Optionally, a vector (or in the future, list) of contributors to prefill the contributors table with.
Number of rows for contributors to include
The type of contributor table to write; currently, only a simple type is supported.
Whether to embed the matrix map itself.
The contributors table as data frame
### Add something