Updates the SOC configuration with new settings.
Usage
update_soc_config(
registry,
variable = NULL,
sort_by = NULL,
min_subjects = NULL,
top_n = NULL
)Examples
if (FALSE) { # \dontrun{
registry <- load_config()
registry <- update_soc_config(
registry,
sort_by = "alphabetical",
top_n = 10
)
} # }
