Code Block Object. A code block object is a block of text treated as verbatim text in a document object.
CodeBlock(file, text, text.properties = textProperties(color = "#A7947D"),
par.properties = parProperties(text.align = "left", shading.color =
"#5FB0B8"))
script file. Not used if text is provided.
character vector. The text to parse. Not used if file is provided.
default textProperties object
default parProperties object
# NOT RUN { cb_example <- CodeBlock( text = "ls -a\nwhich -a ls" ) # }