Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modPlot data= doesn't work in Shiny #9

Open
dtkaplan opened this issue Nov 14, 2017 · 1 comment
Open

modPlot data= doesn't work in Shiny #9

dtkaplan opened this issue Nov 14, 2017 · 1 comment

Comments

@dtkaplan
Copy link
Contributor

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)
@rpruim
Copy link
Contributor

rpruim commented Jun 23, 2018

@dtkaplan, is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants