# NOT RUN {
result <- "world"
jprint("hello", result)
missing_cols <- c("WT", "HT", "OCC") #would normally actually calculate this
jprint("missing columns: ", missing_cols)
jprint("missing columns: ", missing_cols, sep_vector=";")
jprint("missing cols", missing_cols, sep_atomic=":")
# }
Run the code above in your browser using DataLab