aboutsummaryrefslogtreecommitdiff
path: root/test_import_variable.r
diff options
context:
space:
mode:
Diffstat (limited to 'test_import_variable.r')
-rw-r--r--test_import_variable.r8
1 files changed, 0 insertions, 8 deletions
diff --git a/test_import_variable.r b/test_import_variable.r
deleted file mode 100644
index f35ff9c..0000000
--- a/test_import_variable.r
+++ /dev/null
@@ -1,8 +0,0 @@
-msg_1 <- "Initializing Client - R"
-msg_2 <- "Initialized Client - R"
-int_1 <- as.integer(3)
-int_2 <- as.integer(155)
-dbl_1 <- 3
-dbl_2 <- 12.345
-chk_1 <- TRUE
-chk_2 <- FALSE