Level Up with Shiny for R
posit::conf(2024)
2024-08-12
Have you ever used a large language model like ChatGPT?
Have you used an LLM to help you write code?
Have you used an LLM to help you learn a programming language?
Have you used an LLM to write a Shiny app?
Have you used an LLM to write a workshop about Shiny?
What do LLMs do best?
- situation
When do LLMs perform poorly?
- situation
We want to update our college comparison app to remember the colleges that the user was comparing.
We’ve decided that bookmarking is too involved, we just want the app to remember automatically.
I had a conversation with ChatGPT about this task.
What strategy does the 🤖 suggest? Find:
What made my prompt to ChatGPT effective?
08:00
How can you store values in the browser?
...
How can you retrieve values in the browser?
...
Try this in your own fancy JavaScript IDE: about:blank
What function sends data from the browser to R?
...
What function receives data from R in the browser?
...
And how do you send data from R to the browser?
...
- Idea 1\n- Idea 2
Use the chat to give our comparison app a memory.