Skip to contents

`r lifecycle::badge("deprecated")` This function is deprecated. Please use `margot_subset_model()` instead.

Usage

margot_grf_subset_table(...)

Arguments

...

Arguments passed to the deprecated function

Examples

if (FALSE) { # \dontrun{
# Instead of using this deprecated function:
# result_subset <- margot_grf_subset_table(...)

# Use the new function:
# result_subset <- margot_subset_model(...)
} # }