We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the API comes online, we could do with an example of what we expect best practice to look like for a dashboard wired up to the API.
Describe the solution you'd like
Maybe a new panel with a chart and table doing the following:
The caching can be done using shiny::bindCache():
shiny::bindCache()
https://shiny.posit.co/r/articles/improve/caching/
The API querying should all be built using eesyapi()
eesyapi()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As the API comes online, we could do with an example of what we expect best practice to look like for a dashboard wired up to the API.
Describe the solution you'd like
Maybe a new panel with a chart and table doing the following:
The caching can be done using
shiny::bindCache()
:https://shiny.posit.co/r/articles/improve/caching/
The API querying should all be built using
eesyapi()
The text was updated successfully, but these errors were encountered: