connectwidgets provides UI components to help publishers provide curated organization of content on Posit Connect.
Set CONNECT_SERVER
and CONNECT_API_KEY
environment variables and
connect()
. Fetch a tibble
listing server content with content()
. Use
the by_owner()
and by_tags()
filter helpers to narrow your search.
Present your content with different components:
rsc_card()
for highlighting individual content items
rsc_grid()
for groups of cards
rsc_table()
for a tabular view
rsc_search()
a text input for searching grids and tables
rsc_filter()
an input to filter grids or tables
by owner, type, or tag