Awesome work! I converted one of my larger projects to this format right after seeing this video. Huge improvement in workflow and helped me realize a number of ways to simplify the app logic. Thank you for sharing and please keep the updates coming!
Thank you for posting this webinar. Being new to Shiny development, I can see this being a great way to get started building structured apps from the jump. Looking forward to learning more from the Appsilon team.
Great intro video! Small update around minute 14: ‘box’ 1.1.3 now (finally) supports lazy data loading from packages, so you no longer need to resort to `rhino::rhinos` here.
On a general level, yes, but it's more Rhino to Shiny than Rhino to R. If you want to explore more about our framework, head here: appsilon.github.io/rhino/articles/explanation/what-is-rhino.html
In my terminal, when I run rhinos$table(data) I got: > rhinos$table(data) Error in UseMethod("pivot_wider") : no applicable method for 'pivot_wider' applied to an object of class "function"
Awesome work! I converted one of my larger projects to this format right after seeing this video. Huge improvement in workflow and helped me realize a number of ways to simplify the app logic. Thank you for sharing and please keep the updates coming!
Thank you for posting this webinar. Being new to Shiny development, I can see this being a great way to get started building structured apps from the jump. Looking forward to learning more from the Appsilon team.
Great intro video!
Small update around minute 14: ‘box’ 1.1.3 now (finally) supports lazy data loading from packages, so you no longer need to resort to `rhino::rhinos` here.
Make sure to install Sass package in R Studio when attempting to follow along. Awesome video Appsilon.
Is Rhino to R similar with Flutter to Dart?
On a general level, yes, but it's more Rhino to Shiny than Rhino to R. If you want to explore more about our framework, head here: appsilon.github.io/rhino/articles/explanation/what-is-rhino.html
Can you provide me more information on how the filter works? I believe you skipped over that portion at the very end.
In my terminal, when I run rhinos$table(data) I got: > rhinos$table(data)
Error in UseMethod("pivot_wider") :
no applicable method for 'pivot_wider' applied to an object of class "function"
Does box also reduce the docker size of the app... If not why being nse to something that's already doable in base R????