R Tip of the Day
How to create cool presentations using Quarto
Code for creating the presentation above
My example of an RTD presentation with revealjs in quarto
TIP: Create your presentation in a new project (separate from the one you created for class). You can run the presentation from your own machine OR you can publish it to the RStudio/Posit Connect server. To do this:
Render your presentation.
Click the ‘Publish’ icon in the upper right corner of the screen.
Select Posit Connect as the server to publish to.
Choose to publish the finished product only.
At this point if you are doing it for the first time, you will be asked to connect to an account. Choose Posit Connect.
Enter “https://rconnect.stolaf.edu” as the URL then click next.
At this point you will be redirected to a webpage to sign in. Use your stolaf account to log in and follow the instructions to connect your RStudio to the server. Go back to your desktop RStudio and click ‘Connect Account’.
Now you are ready to publish the document. Give it a good name and click ‘Publish’.
After a minute or two, you will again be redirected to a browser where your document is now available. Edit the Share settings appropriately (Anyone - no login required is fine, but be aware that others will be able to see your work). Copy the Content URL to share.




