rsc_table {connectwidgets} | R Documentation |
Reactable table of the content
Description
Renders a reactable table of the provided content items
Usage
rsc_table(content)
Arguments
content |
The tibble of content provided by connectwidgets::content() Requires the columns "guid", "url", "title", "app_mode", "owner_username" and "updated_time". |
[Package connectwidgets version 0.2.1 Index]