rsc_card {connectwidgets}R Documentation

Card view for content

Description

Renders a card view for the provided content

Usage

rsc_card(content)

Arguments

content

A data frame from Connect's content. Requires the following columns "guid," "url", "title". And, although optional, expects an "owner_username", "description" and "updated_time" columns.


[Package connectwidgets version 0.2.1 Index]