diff options
Diffstat (limited to 'test_import_variable.r')
-rw-r--r-- | test_import_variable.r | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test_import_variable.r b/test_import_variable.r index 736470c..41bf609 100644 --- a/test_import_variable.r +++ b/test_import_variable.r @@ -1,4 +1,6 @@ msg_1 <- "Initializing Client - R" msg_2 <- "Initialized Client - R" int_1 <- as.integer(3) -int_2 <- as.integer(155)
\ No newline at end of file +int_2 <- as.integer(155) +chk_1 <- TRUE +chk_2 <- FALSE |