...

/

Set Up an RStudio Project Locally

Set Up an RStudio Project Locally

Let's find out how to create an RStudio project locally on our device.

We'll cover the following...

Let’s generate a website

RStudio’s New Project Wizard makes it remarkably easy to generate blogdown websites that use the Hugo framework behind the scenes. The steps to create our website are as follows:

  • Launch RStudio and install the blogdown package by running install.packages("blogdown") in the R console.
  • Create a new RStudio Project by going to: File > New Project > New Directory > Website using blogdown.
  • Configure the website to the Hugo
...