diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index ec31440..daf1fb8 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -34,7 +34,7 @@
diff --git a/LICENSE.html b/LICENSE.html index 388331e..29be0fb 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -34,7 +34,7 @@
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 @@

Database-creation

- Source: vignettes/Database-creation.Rmd + Source: vignettes/Database-creation.Rmd
Database-creation.Rmd
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 @@

REDCapCAST

- Source: vignettes/REDCapCAST.Rmd + Source: vignettes/REDCapCAST.Rmd
REDCapCAST.Rmd
@@ -2445,9 +2445,10 @@ format):

Creating a nice table

-wide_data_suffixes |>
+wide_data_suffixes |> 
+  as_factor()|>
   dplyr::select(sex, hypertension, diabetes,mrs_score____follow2) |>
-  gtsummary::tbl_summary()
+ gtsummary::tbl_summary(type = gtsummary::all_dichotomous() ~ "categorical")