mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 13:29:06 +02:00
improved import ui and redcap import with status messages
This commit is contained in:
parent
3e49868ff4
commit
2800177fc5
13 changed files with 427 additions and 165 deletions
|
|
@ -2,12 +2,14 @@
|
|||
#'
|
||||
#' @param x (`tbl_regression`, `tbl_uvregression`)\cr
|
||||
#' A 'tbl_regression' or 'tbl_uvregression' object
|
||||
## #' @param remove_header_rows (scalar `logical`)\cr
|
||||
## #' logical indicating whether to remove header rows
|
||||
## #' for categorical variables. Default is `TRUE`
|
||||
## #' @param remove_reference_rows (scalar `logical`)\cr
|
||||
## #' logical indicating whether to remove reference rows
|
||||
## #' for categorical variables. Default is `FALSE`.
|
||||
#' @param plot_ref (scalar `logical`)\cr
|
||||
#' plot reference values
|
||||
#' @param remove_header_rows (scalar `logical`)\cr
|
||||
#' logical indicating whether to remove header rows
|
||||
#' for categorical variables. Default is `TRUE`
|
||||
#' @param remove_reference_rows (scalar `logical`)\cr
|
||||
#' logical indicating whether to remove reference rows
|
||||
#' for categorical variables. Default is `FALSE`.
|
||||
#' @param ... arguments passed to `ggstats::ggcoef_plot(...)`
|
||||
#'
|
||||
#' @returns ggplot object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue