This is for real programmers. All code on one line. No comments. I am serious. Use this style guide in conjunction with the package styler to format your code like nerds do.
1 |
1 2 3 4 5 6 7 8 | style_text(
"sum <- function(x, y) {
x + # hi
y
}
1 + 1",
style = one_line_style
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.