-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codebook and codebookr. Close #14
- Loading branch information
1 parent
ff76a88
commit c6eb257
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: ReproducibleResearch | |
topic: Reproducible Research | ||
maintainer: John Blischak, Alison Hill, Ben Marwick, Daniel Sjoberg, Will Landau | ||
email: [email protected] | ||
version: 2024-06-14 | ||
version: 2024-07-02 | ||
source: https://github.com/cran-task-views/ReproducibleResearch/ | ||
--- | ||
|
||
|
@@ -55,7 +55,8 @@ Object Conversion Functions: | |
`r pkg("table1")`, | ||
`r pkg("tables")`, | ||
`r pkg("xtable", priority = "core")`, | ||
`r pkg("ztable")` | ||
`r pkg("ztable")`, | ||
`r pkg("codebook")` | ||
- *tables/cross-tabulations*: | ||
`r pkg("gtsummary")`, `r pkg("Hmisc")`, | ||
`r pkg("huxtable")`, `r pkg("lazyWeave")`, | ||
|
@@ -110,7 +111,8 @@ Object Conversion Functions: | |
`r pkg("gtsummary")`, | ||
`r pkg("parameters")`, | ||
`r pkg("stargazer")`, | ||
`r pkg("table1")` | ||
`r pkg("table1")`, | ||
`r pkg("codebook")` | ||
- *tables/cross-tabulations*: `r pkg("DT")`, | ||
`r pkg("flextable")`, | ||
`r pkg("formattable")`, `r pkg("gt")`, | ||
|
@@ -174,6 +176,7 @@ Spreadsheets. | |
|
||
Object Conversion Functions: | ||
|
||
- *summary tables/statistics*: `r pkg("codebook")`, `r pkg("codebookr")` | ||
- *tables/cross-tabulations*: `r pkg("flextable")`, | ||
`r pkg("huxtable")`, `r pkg("pharmaRTF")`, | ||
`r pkg("r2rtf")` | ||
|