View source: R/runExamplesWrapper.R
balanceCurly | R Documentation |
retrieve lines of text between '@examples' and matching curly braces
balanceCurly(v)
v |
character vector |
returns lines of text between '@examples' and matching curly braces
v<-c("@examples{","xxx","}","{","{")
x<-balanceCurly(v)
cat(x,sep="\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.