Closed pbiecek closed 5 years ago
There has been created new parameter input order
that enables ordering of displayed input.
@pbiecek,
I am working on the solution that we discussed (using renderUI). And there is a question - What values should be used for variables that are not displayed in the input list? So far it has been the value of the first observation, which doesn't make much sense. Whether an argument 'new_obs' should be required? Then the non-displayed variables would have the given values.
Yes, I think that the best option is to force use to set the new_obs
argument,
then defaults will be extracted from this observation.
done
thanks, it's working
for titanic dataset, I would like to have selectInput for country and then for gender (now it's alfabetical)