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 3d13503..736470c 100644 --- a/test_import_variable.r +++ b/test_import_variable.r @@ -1,2 +1,4 @@ msg_1 <- "Initializing Client - R" -msg_2 <- "Initialized Client - R"
\ No newline at end of file +msg_2 <- "Initialized Client - R" +int_1 <- as.integer(3) +int_2 <- as.integer(155)
\ No newline at end of file |