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

Add shiny best practice #120

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions learning-development/r.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,16 @@ Caching allows you to save the outputs and then return them without having to ru

---

### Rendering tables

---

There a lots of options for rendering tables in Quarto, RMarkdown and R Shiny, many of which are covered in [this blog about beautiful tables](https://rfortherestofus.com/2019/11/how-to-make-beautiful-tables-in-r/). Think about the user needs in the first instance and go from there - there's compelling arguments for each package mentioned.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be "there are" at the start of the paragraph


There's lots of examples to browse through from the [RStudio Table Contests](https://posit.co/blog/?search=table%2520contest) for inspiration.

---

### Passing variables as arguments

---
Expand Down
Loading