Nothing
Use renderthis to render slides to different formats. Here is a diagram of the render hierarchy:
Rmd / qmd | |--> social (png, from Rmd only) | |--> html | |--> pdf | |--> png | |--> gif | |--> mp4 | |--> pptx
To use renderthis, first load the package:
library(renderthis)
All of the package functions follow a common pattern:
to_*()
to render slides to a desired format (e.g., to_pdf()
).from
argument which should be set to the full or local path to the input file.to
argument. If provided, it can be a full or local path to the output file, and it must end in an appropriate extension (e.g. slides.gif
for to_gif()
). If it is not provided, the output file name will be determined based on the from
argument.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.