mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
d76c75bd93
commit
2a39655e96
4 changed files with 2 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ cut_variable_server(id, data_r = reactive(NULL))
|
|||
|
||||
modal_cut_variable(
|
||||
id,
|
||||
title = i18n("Convert Numeric to Factor"),
|
||||
title = datamods:::i18n("Convert Numeric to Factor"),
|
||||
easyClose = TRUE,
|
||||
size = "l",
|
||||
footer = NULL
|
||||
|
|
|
|||
|
|
@ -22,5 +22,6 @@ mtcars |> get_label(var = "mpg")
|
|||
mtcars |> get_label()
|
||||
mtcars$mpg |> get_label()
|
||||
gtsummary::trial |> get_label(var = "trt")
|
||||
gtsummary::trial$trt |> get_label()
|
||||
1:10 |> get_label()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,5 @@ data.frame(
|
|||
plot_sankey_single("first", "last", color.group = "pri")
|
||||
mtcars |>
|
||||
default_parsing() |>
|
||||
str()
|
||||
plot_sankey_single("cyl", "vs", color.group = "pri")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue