John Russell 1 week ago
commit
82a26395bc
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Test.R

+ 8 - 0
Test.R

@@ -0,0 +1,8 @@
+library(tidyverse)
+
+testing_data <- tribble(
+  ~id, ~value,
+  1, "a",
+  2, "b",
+  3, "c"
+)