R/utils_shinyInput_remove.R

#Helper Function for Memorize Subgroup Table
shinyInput_remove <- function (FUN, len, id, remove_data, ...) {
  inputs <- character(len)
  for (i in seq_len(len)) {
    inputs[i] <- as.character(FUN(paste0(id, as.numeric(strsplit(remove_data, "_")[[1]][2])), ...))
  }
  inputs
}

Try the subscreen package in your browser

Any scripts or data that you put into this service are public.

subscreen documentation built on April 3, 2025, 8:55 p.m.