Dieter Menne
Dieter Menne
See https://community.rstudio.com/t/use-of-open-source-icons-in-shiny/110056 re: How to use the package in Shiny?
Notice, that's about the same I showed above. The question was how to use it in Shiny. Not for multiple applications, since input_lists is a parameter of secure_server
You cited the documentation, but it is very formal and difficult to understand. Let's stick with the R habit of providing and example. How do I make use of this...
Thanks for you example. > inputs_list is argument in secure_app. You cannot input list into data.frame! Following your documentation, it is a parameter in `secure_server`, not in `secure_app`. > To...
Thanks, now I got it. From the name "selectInput" I had expected that somewhere there should be a dropdown combo box, not a text field. It also means that everything...
I wrote: > I could not find documentation that admin-mode is only possible with a database, please correct me when I am wrong. I have to correct, it says >...
(I am just a user, not the author): Using an external CDN should be optional - it might help when you deploy the app on the Internet, but typically we...
Please give the current github version a try. Some of the issues probably are corrected. * f7Panel(inputId = ...) is converted to f7Panel(id= ... Not clear about this one *...
I saw rc-1.0.0, but I did not bother to look at it, because changes where older than in the master branch. I am a bit confused now what is the...
I did a check in the `dplyr` source code. Hadley puts all deprecated functions into a separate documentation. I think that this is a clever move, because when reading a...