Hi Folks,
I am looking for some tutorials that teach the use of golem in conjunction with shinydashboardPlus packages.
thank you
Hi Folks,
I am looking for some tutorials that teach the use of golem in conjunction with shinydashboardPlus packages.
thank you
Hi,
There is no difference in the use of {golem} for the different types of dashboard outputs.
{golem} helps you more on the server side than on the UI side of your Shiny application.
Hence, you can follow the step-by-step introduction as explained in this part of the {golem} Readme: GitHub - ThinkR-open/golem: A Framework for Building Robust Shiny Apps
Which I put here too:
See full documentation in the {pkgdown} website:
[CRAN] https://thinkr-open.github.io/golem/
[dev] https://thinkr-open.github.io/golem/dev/
After project creation, you’ll land on dev/01_start.R
. There are also dev/02_dev.R
and dev/03_deploy.R
These files are used to keep a track of all the steps you’ll be following while building your app.
Read the Getting Started vignette for a detailed walkthrough.
Read Day to Day Dev vignette for a detailed walkthrough.
Read Deploying Apps with {golem} vignette for a detailed walkthrough.
Thank you very much statnmap for the insightful response. Best regards
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.