mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
updated for new version
This commit is contained in:
parent
987069dd90
commit
8c7fafe51c
9 changed files with 69 additions and 23 deletions
|
|
@ -1 +1 @@
|
|||
app_version <- function()'25.11.2'
|
||||
app_version <- function()'25.12.1'
|
||||
|
|
|
|||
|
|
@ -374,7 +374,11 @@ cut_variable_server <- function(id, data_r = reactive(NULL)) {
|
|||
}
|
||||
)
|
||||
|
||||
data <- append_column(data, column = new_variable, name = paste0(variable, "_cut"), index = "right")
|
||||
data <- append_column(data,
|
||||
column = new_variable,
|
||||
name = unique_names(paste0(variable, "_cut"),
|
||||
existing = names(data)),
|
||||
index = "right")
|
||||
|
||||
code <- rlang::call2(
|
||||
"append_column",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
hosted_version <- function()'v25.11.2-251119'
|
||||
hosted_version <- function()'v25.12.1-251202'
|
||||
|
|
|
|||
BIN
R/sysdata.rda
BIN
R/sysdata.rda
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue