generated from carpentries/workbench-template-rmd
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from alwil/main
Part 1 intro to R
- Loading branch information
Showing
12 changed files
with
3,463 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
carpentry: 'incubator' | ||
|
||
# Overall title for pages. | ||
title: 'Geospatial Data Carpentry with R for Urbanists' | ||
title: 'Geospatial Data Carpentry for Urbanism' | ||
|
||
# Date the lesson was created (YYYY-MM-DD, this is empty by default) | ||
created: | ||
|
@@ -59,6 +59,10 @@ contact: '[email protected]' | |
|
||
# Order of episodes in your lesson | ||
episodes: | ||
- 01-intro-to-r.Rmd | ||
- 02-data-structures.Rmd | ||
- 03-explore-data.Rmd | ||
- 04-intro-to-visualisation.Rmd | ||
- 09-open-and-plot-vector-layers.Rmd | ||
- 10-explore-and-plot-by-vector-layer-attributes.Rmd | ||
- 11-plot-multiple-shape-files.Rmd | ||
|
Oops, something went wrong.