mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
resolving report creating on server by exporting/importing kable/md table. works for now. Not ideal.
This commit is contained in:
parent
9f828aa4bd
commit
02dfcf50d6
11 changed files with 143 additions and 55 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#'
|
||||
#' @examples
|
||||
#' \dontrun{
|
||||
#' gtsummary::trial |>
|
||||
#' tbl <- gtsummary::trial |>
|
||||
#' regression_model(
|
||||
#' outcome.str = "stage",
|
||||
#' fun = "MASS::polr"
|
||||
|
|
@ -140,3 +140,6 @@ tbl_merge <- function(data) {
|
|||
data |> gtsummary::tbl_merge(tab_spanner = names(data))
|
||||
}
|
||||
}
|
||||
|
||||
# as_kable(tbl) |> write_lines(file=here::here("inst/apps/data_analysis_modules/www/_table1.md"))
|
||||
# as_kable_extra(tbl)|> write_lines(file=here::here("inst/apps/data_analysis_modules/www/table1.md"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue