
Knit a contributors table
knit_contributorTable.RdKnit a contributors table
Arguments
- x
The contributors table, as produced by, for example, a call to
contributorTable_from_CoMMaSpec().- rows
The number of rows to show
Value
The result of a call to knitr::kable() on
the x$contributor_table object
Examples
### Initialize an included matrix map
initialized_genSysRev_v1 <-
comma::CoMMaSpec_load(
"genSysRev_v1"
);
### Generate a contributors table from it
contribTable <-
comma::contributorTable_from_CoMMaSpec(
initialized_genSysRev_v1
);
### Knit the result (note: this will show
### a Markdown table in the console):
knit_contributorTable(
contribTable
);
#>
#>
#> |Contributor |Project-group formation |Defining research goals |Synthesis plans |First entity draft |Entity feedback |Entity finalization |Screening procedure |Exclusion criteria |Search Strategy |Query development |Query translation |Preregistration |Query execution |Importing and merging of query hits |Grey literature |Validating search strategy |Deduplication |Preparing screening packages |Screening |Validation of screening |Processing screening results |Extraction |Communicating with authors |Validation of extraction |Processing extraction results |Preprocessing |Quality assessment |Synthesis analyses |Validation of the synthesis |Data management |Writing the first manuscript draft |Reviewing and editing the manuscript |Prepare a presentation |Give a presentation |
#> |:--------------|:-----------------------|:-----------------------|:---------------|:------------------|:---------------|:-------------------|:-------------------|:------------------|:---------------|:-----------------|:-----------------|:---------------|:---------------|:-----------------------------------|:---------------|:--------------------------|:-------------|:----------------------------|:---------|:-----------------------|:----------------------------|:----------|:--------------------------|:------------------------|:-----------------------------|:-------------|:------------------|:------------------|:---------------------------|:---------------|:----------------------------------|:------------------------------------|:----------------------|:-------------------|
#> |Example name 1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> |Example name 2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |