View source: R/rules-line-break.R
Because you can't determine from a nest with <-
what the context is,
we need to do it from the parent.
1 |
1 2 3 | # identical
styler:::create_tree("x <- 2")
styler:::create_tree("c(x <- 2)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.