aboutsummaryrefslogtreecommitdiff
path: root/test_import_variable.r
blob: f35ff9cbe7ae0fd8218e7b9d9a3cc0eaa190b969 (plain)
1
2
3
4
5
6
7
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