You're a top notch smart dude and I love your unedited videos. You're so great and Iove sometimes how you get confused and become human
@ferranoa1057 Жыл бұрын
Thank you Andrew!! Your videos really help, I love them!
@yihunzeleke68773 жыл бұрын
Thank you, Andrew!
@santiagoorantes98552 жыл бұрын
Man what a great video, had been stuck with a reactive module not activating or "reacting" and this helped a lot! (and good tip about the req() function) cheers!! And thanks!!
@MemoWrightt3 жыл бұрын
Amazing co ntent I'm new to all of this and I barely understand. But it is really interesting, thanks for sharing!
@marniemaddockv2180 Жыл бұрын
Great video. It is great that you go step by step with the code and type as you go, most don't do that. Is there a way to have the Run Model button appear after the dataset has been selected?
@amaradiallo66453 жыл бұрын
Hi Andrew, I really love your video! I mean ALLLLL of them. Can you please do some videos on Programming in R. Thanks
@AndrewCouch3 жыл бұрын
I have a video on creating functions in R kzbin.info/www/bejne/baDdYqR9eNGlopI but I might make a video on package development in the future.
@ivanbzg89553 жыл бұрын
Hey, have you tried shiny.fluent? Really similar to shiny dashboards but looks amazing. An interesting video could be a tutorial to convert a shiny dashboard into a shiny.fluent.
@AndrewCouch3 жыл бұрын
I have not heard of shiny.fluent but from a brief glance, it looks interesting. To be honest, I think shiny.fluent seems to be in-between flexdashboard and shinydashboard in terms of complexity so I'm not sure if I would personally use it. I'll do some more research on it and decide if I'll make a video. Thanks for the suggestion!
@ivanbzg89553 жыл бұрын
@@AndrewCouch Sure thanks! It looks daunting at first sight but it's actually a quite friendly way to make your app look super professional. And one's you made one you can recycle the structure to use in all your futures apps
@taneunice77322 жыл бұрын
Hey, i would like to ask, am i able to Upload a file in and call the file to generate Statistics Summary for all all the related csv files ?
@Achrononmaster2 жыл бұрын
Why not use reactiveFileReader()? Use the tool fit for the purpose.
@AndrewCouch2 жыл бұрын
Mostly because it’s a video on the basics. reacticeFileReader() is more for an updating static csv compared to fileInput() which allows the user to choose a file.