diff --git a/02-project-intro.html b/02-project-intro.html index cb4401b1..47a40769 100644 --- a/02-project-intro.html +++ b/02-project-intro.html @@ -336,7 +336,7 @@


Project Management With RStudio

-

Last updated on 2024-10-16 | +

Last updated on 2024-10-18 | Edit this page

@@ -419,7 +419,7 @@

Challenge: Creating a self-contained project

We’re going to create a new project in RStudio:

  1. Click the “File” menu button, then “New Project”.
  2. Click “New Directory”.
  3. -
  4. Click “Empty Project”.
  5. +
  6. Click “New Project”.
  7. Type in “r-geospatial” as the name of the directory.
  8. Click the “Create Project” button.
@@ -552,9 +552,9 @@

Challenge 1

Challenge 2

-

We also want to move the data that we downloaded from the data page -into a subdirectory inside r-geospatial. If you haven’t -already downloaded the data, you can do so by clicking this +

We also want to move the data that we downloaded from the data +page into a subdirectory inside r-geospatial. If you +haven’t already downloaded the data, you can do so by clicking this download link.

  1. Move the downloaded zip file to the data directory.
  2. @@ -656,7 +656,7 @@

    Key Points

    "url": "https://datacarpentry.github.io/r-intro-geospatial/02-project-intro.html", "identifier": "https://datacarpentry.github.io/r-intro-geospatial/02-project-intro.html", "dateCreated": "2018-04-05", - "dateModified": "2024-10-16", + "dateModified": "2024-10-18", "datePublished": "2024-10-18" } diff --git a/04-data-structures-part2.html b/04-data-structures-part2.html index 1b606b82..bf7cacaa 100644 --- a/04-data-structures-part2.html +++ b/04-data-structures-part2.html @@ -606,7 +606,7 @@

    Challenge 1

    -
    +

    To check the last few lines it’s relatively simple as R already has a function for this:

    @@ -660,7 +660,7 @@

    Challenge 2

    -
    +

    The object gapminder is a data frame with columns

    • @@ -999,7 +999,7 @@

      R