10 lines
143 B
R
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
|
|
}
|