<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/407ae8d0f00e4a05941a9a09e5e13f96&quot; frameborder=&quot;0&quot; width=&quot;1728&quot; height=&quot;1296&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>1296</height><width>1728</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>1296</thumbnail_height><thumbnail_width>1728</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/407ae8d0f00e4a05941a9a09e5e13f96-00001.gif</thumbnail_url><duration>5760</duration><title>Getting started with RMarkdown</title><description>My GitHub repository for you to clone or copyhttps://github.com/robabsmith/Rmarkdown-project-templatePrograms to install:R distribution (search: R CRAN)Latex distribution (search: MacTeX for OSX or MiKTeX for Windows)RStudioR packages (explained below)Note: I forgot to tell you run through the installation of R PackagesThere are a bunch in the code that you wont need, but it won&apos;t harm your system to install them.In the &quot;code&quot; folder in the repository is a file called:&quot;Remove and install all packages.R&quot; which includes all necessary packages, plus bundle of other really useful ones - such as for importing excel files etc. The file has some sparse documentation that categorises the packages roughly.Otherwise you can run this code in an R script, and install any packages that RStudio identifies as missing:# R packages you will need to install include:install.packages(&quot;rmarkdown&quot;)install.packages(&quot;bookdown&quot;)install.packages(&quot;dplyr&quot;)install.packages(&quot;tidyverse&quot;)install.packages(&quot;ggplot2&quot;)# For downloading data from Statistics Denmark you will needinstall.packages(&quot;devtools&quot;)library(devtools)devtools::install_github(&quot;mikkelkrogsholm/statsDK&quot;)There is also a second R file in the &quot;code&quot; folder that includes direct sourcing from a couple of other locations, such as OECD and Eurostat.</description></oembed>