diff options
Diffstat (limited to 'tests/test_import_variable.r')
-rw-r--r-- | tests/test_import_variable.r | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_import_variable.r b/tests/test_import_variable.r new file mode 100644 index 0000000..f35ff9c --- /dev/null +++ b/tests/test_import_variable.r @@ -0,0 +1,8 @@ +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 |