diff --git a/LICENSE.html b/LICENSE.html
index 388331e..29be0fb 100644
--- a/LICENSE.html
+++ b/LICENSE.html
@@ -34,7 +34,7 @@
@@ -2445,9 +2445,10 @@ format):
+ gtsummary::tbl_summary(type = gtsummary::all_dichotomous() ~ "categorical")
diff --git a/articles/Database-creation.html b/articles/Database-creation.html
index 806a6e6..c3b0622 100644
--- a/articles/Database-creation.html
+++ b/articles/Database-creation.html
@@ -66,7 +66,7 @@
diff --git a/articles/REDCapCAST.html b/articles/REDCapCAST.html
index 4d11295..cbebea3 100644
--- a/articles/REDCapCAST.html
+++ b/articles/REDCapCAST.html
@@ -66,7 +66,7 @@
Database-creation
- Source:vignettes/Database-creation.Rmd
+ Source: vignettes/Database-creation.Rmd
Database-creation.Rmd
REDCapCAST
- Source:vignettes/REDCapCAST.Rmd
+ Source: vignettes/REDCapCAST.Rmd
REDCapCAST.Rmd
Creating a nice table
-wide_data_suffixes |>
+wide_data_suffixes |>
+ as_factor()|>
dplyr::select(sex, hypertension, diabetes,mrs_score____follow2) |>
- gtsummary::tbl_summary()