Useful for print(fit$jags_code)
, print(mcp_demo$call)
, etc.
# S3 method for mcptext print(x, ...)
x | Character, often with newlines. |
---|---|
... | Currently ignored. |
mytext = "line1 = 2\n line2 = 'horse'" class(mytext) = "mcptext" print(mytext)