ts/R/helpers.R
2025-01-22 21:02:27 +13:00

10 lines
143 B
R

h3 <- function(x) {
cat("\n---", x, "\n")
}
# TODO: figure out how to format (modern) JS code from R?
format_js <- function(x) {
x
}