Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
275 views

Why the Conditional Color Styling inside the Reactable is not working?

Data df <- tibble( x = rep(paste0( "del", 1:10 ), 100), y = rep(paste0( "topic", 1:5 ), 200), z = paste0("question", 1:1000), w = 1:1000 ) Code reactable( ...
danilo ribeiro de abreu's user avatar
1 vote
2 answers
175 views

How do I embed formatted R code in table cells in rmarkdown?

I am working on a vignette for an R package where I want to show how to do the same thing in two R packages. My preferred approach would be to include several tables, where I can show the appropriate ...
Steve G. Jones's user avatar