Skip to content

Commit

Permalink
Add codebook and codebookr. Close #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jul 2, 2024
1 parent ff76a88 commit c6eb257
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ReproducibleResearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
---

Expand Down Expand Up @@ -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")`,
Expand Down Expand Up @@ -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")`,
Expand Down Expand Up @@ -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")`
Expand Down

0 comments on commit c6eb257

Please sign in to comment.