Publish your slides from a html file.
The goal of this post is to:
For the example, a xaringan presentation is to be deployed as github page for easy access
You need to have a repository, if you are first time creating a reposotory, here are some instructions
Go to your repository, select settings
In the right side of the screen select pages
Look for build and deployment and in source, move from GitHub Actions to Deploy from branch
The branch depends where the html file is, here I have it in the master branch
This would depend where you have your html file, but here I have it in the master
If everything went well Your site is alive at will appear
To access specific slides from different presentations, add the html name at the end of the site.
For example:
://miriamll.github.io/R_intro/IntroToR_0604.html#1 https
The slides can also be converted to pdf
Install package using install.packages(“renderthis”)
to_pdf(from="https://miriamll.github.io/R_intro/DataWrangling_1205.html")