| connectwidgets | R Documentation |
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
Maintainer: Brian Smith brian@rstudio.com
Authors:
Marcos Navarro marcos@rstudio.com
Other contributors:
David Aja david@rstudio.com [contributor]
Kelly O'Briant kelly.obriant@rstudio.com [contributor]
Posit [copyright holder]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.