This is a collection of R things from your friends at UM (The University of Miami).
rUM includes:
The plan is to add UM thesis and dissertation Markdown templates.
if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("RaymondBalise/rUM")
https://raymondbalise.github.io/rUM/
https://github.com/RaymondBalise/rUM
This will create a new subdirectory in your current working directory with the same name as the name of the .Rmd
file you specified. Within this directory, you will find the analysis RMarkdown file. For example, if you created an RMarkdown file called wrangle_cytometry_data.Rmd
with the steps above, then your current directory will now have a subdirectory called wrangle_cytometry_data/
which will contain the file wrangle_cytometry_data.Rmd
and any subsequent files from the knitting process (such as .PDF
, .html
, or .docx
files created by knitting the RMarkdown document).
This is a basic web page
This shows a table of contents
PDF report where table and figures don’t float to other pages. Many thanks to https://stackoverflow.com/questions/16626462/figure-position-in-markdown-when-converting-to-pdf-with-knitr-and-pandoc
A bookdown website with a good table of contents for a book