tidy_bugs | R Documentation |
This function cleans up the formatting
tidy_bugs(
path = ".",
arrow = TRUE,
brace.newline = FALSE,
indent = 2,
wrap = TRUE,
width.cutoff = 50
)
path |
location of file(s) |
arrow |
use the |
brace.newline |
move braces to a new line if TRUE |
indent |
number of spaces to indent code blocks |
wrap |
whether to wrap comments to the linewidth determined by
|
width.cutoff |
passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.