knit_contributorsTable.Rd
Knit a contributors table
knit_contributorsTable(x)
The contributors table, as produced by, for example, a call to
contributorsTable_from_matrixMap()
.
The result of a call to knitr::kable()
on
the x$contributor_table
object
### Initialize an included matrix map
initialized_genSysRev_v1 <-
comma::matrixMap_load(
"genSysRev_v1"
);
### Generate a contributors table from it
contribTable <-
comma::contributorsTable_from_matrixMap(
initialized_genSysRev_v1
);
### Knit the result (note: this will show
### a Markdown table in the console):
knit_contributorsTable(
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 |Communicating with authors |Validating search strategy |Deduplication |Preparing screening packages |Screening |Validation of screening |Processing screening results |Extraction |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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
#> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |