powered by
Quickly view a data.frame or tibble as an interactive table in the Viewer pane.
view( data, page_size = 10, searchable = TRUE, filterable = TRUE, striped = TRUE, highlight = TRUE, compact = FALSE )
A reactable widget rendered in the Viewer pane.
A data.frame or tibble to display.
Number of rows per page (default = 10).
Whether to enable search (default = TRUE).
Whether to enable column filters (default = TRUE).
Whether to show striped rows (default = TRUE).
Whether to highlight rows on hover (default = TRUE).
Whether to use a compact layout (default = FALSE).
view(iris) view(mtcars, page_size = 20, striped = TRUE, filterable = TRUE)
Run the code above in your browser using DataLab