MultiStatementType | R Documentation |
Class representing a series of Stan statements, not user-facing
Class representing a series of Stan statements, not user-facing
class representing the statement
swr::BareStatementType
-> MultiStatementType
new()
MultiStatementType$new(..., declarations = rlang::env(), indent = 0)
...
expressions to treat as Stan statements
declarations
environment to use to create declarations
textify_declarations()
MultiStatementType$textify_declarations()
textify_statements()
MultiStatementType$textify_statements()
statements()
MultiStatementType$statements()
declarations()
MultiStatementType$declarations()
append()
MultiStatementType$append(x)
clone()
The objects of this class are cloneable with this method.
MultiStatementType$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.