Skip to content

modPlot data= doesn't work in Shiny #9

@dtkaplan

Description

@dtkaplan

You can't successfully pass an argument like "data = getdata()" where getdata() is a reactive producing a data frame. Not an insurmountable problem, since you can always write:

this_data <- getdata() # create data frame reactively
this_model <- getmodel() # another reactive
mod_plot(this_model, data = this_data)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions