diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-19 22:15:57 -0500 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-19 22:15:57 -0500 |
commit | d107de488121be43306b0cda65d009f99af775ba (patch) | |
tree | aad77990c74ab456bb82600fe88022b5d338f4fd /test_import_variable.r | |
parent | f0999a4c7cfcfad534055b0d2040b4c52bd6c5f9 (diff) |
updated test import to include integers
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 |