From 36f220eb95c2e78419cccdb59d2dfec4d6fadb22 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 13 Jan 2026 14:42:42 -0500 Subject: [PATCH] Add `id` global --- R/globals.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/globals.R b/R/globals.R index 706c7b8..0aa5223 100644 --- a/R/globals.R +++ b/R/globals.R @@ -9,5 +9,5 @@ utils::globalVariables(c( "merge_v", "pem", "set_caption", "set_header_labels", "str_split", "theme_booktabs", "triad", "type", "valid.correlation", "valign", "value", "values", "variable", "variable.x", - "variable.y", "x", "y", "Active Modalities", "First eigen" + "variable.y", "x", "y", "Active Modalities", "First eigen", "id" )) \ No newline at end of file