ensure_last_n_empty | R Documentation |
Ensure there is one (and only one) blank line at the end of a vector
ensure_last_n_empty(x, n = 1L)
styler:::ensure_last_n_empty("")
styler:::ensure_last_n_empty(letters)
styler:::ensure_last_n_empty(c(letters, "", "", ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.