Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 666 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 666 Bytes

demo-rmd-penguins

An parameterized RMarkdown report!

Usage

To render the report run:

knit_with_parameters("~/projects/demo-rmd-penguins/report.Rmd")

Deployment

Git-backed

To deploy the report to RStudio Connect:

rsconnect::writeManifest("report")

Then commit any changes to GitHub.

Programatic

You can also deploy using the rsconnect api:

rsconnect::deployDoc(
  doc = "report/report.Rmd",
  appTitle = "RMarkdown Penguins API Deployment"
)