| spin_comments | R Documentation | 
A tool to help identify the opening and closing of comments in a spin document. This function is designed to help the user resolve the error "comments must be put in pairs of start and end delimiters."
spin_comments(hair, comment = c("^[# ]*/[*]", "^.*[*]/ *$"), text = NULL, ...)
hair | 
 Path to the R script. The script must be encoded in UTF-8 if it contains multi-byte characters.  | 
comment | 
 A pair of regular expressions for the start and end delimiters
of comments; the lines between a start and an end delimiter will be
ignored. By default, the delimiters are   | 
text | 
 A character vector of code, as an alternative way to provide the
R source. If   | 
... | 
 additional arguments (not currently used.)  | 
spin_comments(hair = system.file("examples/spinner1.R", package = "qwraps2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.