You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user does not make a selection in the module_name interaction in the console, the default action is to just select all. If the environment is non-interactive then it selects the first module (the desired behavior).
We need to look into:
an argument in utils::select.list that selects the first option with an "enter" rather than bypassing altogether
implement the solution in filter_data() found within R/utils_plot.R L784-L788
When a user does not make a selection in the
module_nameinteraction in the console, the default action is to just select all. If the environment is non-interactive then it selects the first module (the desired behavior).We need to look into:
utils::select.listthat selects the first option with an "enter" rather than bypassing altogetherfilter_data()found withinR/utils_plot.RL784-L788stockplotr/R/utils_plot.R
Lines 784 to 788 in 92ee749