Learn R Programming

shinystan (version 2.0.0)

update_sso: Update an object created by an earlier version of shinystan

Description

Before you can use an old shinystan object (sso) with the new version of shinystan you might need to run update_sso. The updated sso will then have all the slots that will be accessed by the ShinyStan app.

Usage

update_sso(old_sso)

Arguments

Value

sso, updated.

Examples

Run this code
sso_new <- update_sso(sso_old)

Run the code above in your browser using DataLab