library(rscview) library(pins)
check_envvars()
List all content items visible to the requesting user.
Authenticated access from a user is required. If an "administrator" role is used, then all content items will be returned regardless of the visibility to the requesting user.
start_time <- Sys.time() content_list <- get_content_tbl() end_time <- Sys.time() duration <- end_time - start_time
Info: get_content_tbl
took r paste(round(duration[[1]], 2), units(duration))
to run.
create_pin(content_list, description = "Results pulled via `connectapi` for audit reports")
# TO DO: add a create_tag to collect all the pins and dashboards # TO DO: add in a set_schedule command
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.