Updates the PT configuration with new settings.
Usage
update_pt_config(
registry,
variable = NULL,
sort_by = NULL,
min_subjects = NULL,
top_n_per_soc = NULL
)Examples
if (FALSE) { # \dontrun{
registry <- load_config()
registry <- update_pt_config(
registry,
sort_by = "frequency"
)
} # }
