print.mcptext | R Documentation |
Useful for print(fit$jags_code)
, print(mcp_demo$call)
, etc.
## S3 method for class 'mcptext'
print(x, ...)
x |
Character, often with newlines. |
... |
Currently ignored. |
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
mytext = "line1 = 2\n line2 = 'horse'"
class(mytext) = "mcptext"
print(mytext)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.