From 3bdb686228c8289952d8db97e837d2895dfeb378 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Wed, 14 Jan 2026 11:08:31 -0500 Subject: [PATCH] Add globals --- R/globals.R | 1 + 1 file changed, 1 insertion(+) create mode 100644 R/globals.R diff --git a/R/globals.R b/R/globals.R new file mode 100644 index 0000000..10f80d7 --- /dev/null +++ b/R/globals.R @@ -0,0 +1 @@ +utils::globalVariables(c("location", "id")) \ No newline at end of file