Learn R Programming

shinystan (version 2.0.0)

notes: Additional or replacement notes

Description

Notes are viewable on ShinyStan's Notepad page

Usage

notes(sso, notes, replace = FALSE)

Arguments

Value

If notes is missing then any existing notes stored in sso are returned as a character string. If notes is specified then an updated shinystan object is returned with either notes added to the previous notes (if replace=FALSE) or overwritten by notes (if replace = TRUE).

See Also

as.shinystan

Examples

Run this code
sso <- notes(sso, "new note")
sso <- notes(sso, c("a different note", "another note"), replace = TRUE)

# See any notes currently in sso
notes(sso)

Run the code above in your browser using DataLab