Skip to content

Latest commit

 

History

History

pins-r-penguins

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

demo-pins-r-penguins

A demo of using pins with RStudio pro products.

Usage

Render the report in RStudio:

rmarkdown::render("app/report.Rmd")

Deployment

Git-backed

Update the manifest.json file:

rsconnect::writeManifest("app", appFiles = c("report.Rmd", "imgs"))

Then commit any changes to git. The report will automatically redeploy.

Programatic

You can also deploy the app using the rsconnect api:

rsconnect::deployDoc(
  doc = "app/report.Rmd",
  appTitle = "Pins Example"
)