View source: R/help_compatibility_layer.R
| compatibility_alias_table | R Documentation |
List retained compatibility aliases and preferred names
compatibility_alias_table(
scope = c("all", "functions", "arguments", "fields", "columns", "plot_metrics")
)
scope |
Which alias surface to return: |
This helper is a compact public registry of the compatibility aliases that
mfrmr intentionally keeps visible for older scripts and downstream
handoffs. It is meant to answer two questions quickly:
Which old names are still accepted?
Which package-native names should new code use instead?
Internal soft-deprecated helpers are deliberately excluded here. This table is only for retained user-facing aliases that remain part of the public surface.
A data.frame with one row per retained alias and columns:
Alias
PreferredName
Surface
Lifecycle
RetainedFor
RemovalPlan
Notes
Call compatibility_alias_table() when reading older scripts or reports.
Use PreferredName when updating older analysis code.
Prefer the package-native name in all new outputs and scripts.
mfrmr_compatibility_layer, run_mfrm_facets(), analyze_dff(),
reporting_checklist(), fair_average_table(), plot_fair_average()
compatibility_alias_table()
compatibility_alias_table("functions")
compatibility_alias_table("fields")
compatibility_alias_table("columns")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.