Skip to content
New issue

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

Rshiny fix images #254

Merged
merged 12 commits into from
Jul 23, 2024
3 changes: 2 additions & 1 deletion doc/apps/shiny-r.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ If you need help installing certain libraries, email us at [[email protected]]

:::{grid-item-card} App with igraph
:link: https://github.com/ploomber/doc/tree/main/examples/shiny-r/docker-based
![](https://github.com/ploomber/doc/raw/main/examples/shiny-r/docker-based/screenshot.webp)
:::

:::{grid-item-card} Data Visualization
Expand All @@ -157,7 +158,7 @@ If you need help installing certain libraries, email us at [[email protected]]

:::{grid-item-card} App Connected to Postgres
:link: https://github.com/ploomber/doc/tree/main/examples/shiny-r/connect-shiny-to-postgresql
![](https://github.com/ploomber/doc/tree/main/examples/shiny-r/connect-shiny-to-postgresql/screenshot.png)
![](https://github.com/ploomber/doc/raw/main/examples/shiny-r/connect-shiny-to-postgresql/screenshot.png)
:::

::::
2 changes: 1 addition & 1 deletion examples/shiny-r/connect-shiny-to-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Interactive R Shiny dashboard, connected to PostgreSQL database.

![](screenshot.png)

To use the app, fill in the database parameters with the parameters from your PostgreSQL database.
To use the app, fill in the database parameters with the parameters from your PostgreSQL database. For more details, check out the blog post [here](https://ploomber.io/blog/shiny-r-connect-psql/).

NOTE: The data used in this app is not present in this repository, to obtain the data, go to this [link](https://archive.ics.uci.edu/dataset/320/student+performance), download and unzip the data folder.