rsc_grid {connectwidgets} | R Documentation |
Grid view for content
Description
Renders a grid view of the provided content items
Usage
rsc_grid(content)
Arguments
content |
A data frame from Connect's content. Requires the following columns "guid", "url", "title", "app_mode", "owner_username". And, although optional, expects an "updated_time" column. |
[Package connectwidgets version 0.2.1 Index]