Last updated: 2025-01-03

Checks: 2 0

Knit directory: R_tutorial/

This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 0967002. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/

Unstaged changes:
    Deleted:    analysis/Resources.Rmd
    Modified:   analysis/_site.yml

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 0967002 Ohm-Np 2025-01-03 wflow_publish("analysis/index.Rmd")
html e52cc8b Ohm-Np 2025-01-03 Build site.
Rmd 3c7e2a6 Ohm-Np 2025-01-03 wflow_publish("analysis/index.Rmd")
html 119e6f4 Ohm-Np 2025-01-03 Build site.
Rmd 27da787 Ohm-Np 2025-01-03 wflow_publish("analysis/index.Rmd")
html d7cb308 Ohm-Np 2025-01-01 Build site.
Rmd 7d72025 Ohm-Np 2025-01-01 wflow_publish("analysis/index.Rmd")
html bf7ef10 Ohm-Np 2024-12-31 Build site.
Rmd fcfeff0 Ohm-Np 2024-12-31 wflow_publish("analysis/index.Rmd")
html c7dc3b9 Ohm-Np 2024-12-30 Build site.
Rmd 50e55b6 Ohm-Np 2024-12-30 wflow_publish("analysis/index.Rmd")
html f507d0a Ohm-Np 2024-12-28 Build site.
Rmd a688e54 Ohm-Np 2024-12-28 wflow_publish("analysis/index.Rmd")
html ffa960e Ohm-Np 2024-12-27 Build site.
Rmd e72c7b5 Ohm-Np 2024-12-27 wflow_publish("analysis/index.Rmd")
html 6e0be45 Ohm-Np 2024-12-27 Build site.
Rmd 06edc1c Ohm-Np 2024-12-27 wflow_publish("analysis/index.Rmd")
html a05a995 Ohm-Np 2024-12-27 Build site.
Rmd 9692c71 Ohm-Np 2024-12-27 wflow_publish("analysis/index.Rmd")
html 8aa1eae Ohm-Np 2024-12-27 Build site.
Rmd cc8478b Ohm-Np 2024-12-27 wflow_publish("analysis/index.Rmd")
html 69b5d86 Ohm-Np 2024-12-27 Build site.
Rmd 2d22929 Ohm-Np 2024-12-27 wflow_publish("analysis/index.Rmd")
html deeeec0 Ohm-Np 2024-12-27 Build site.
html 750e580 Ohm-Np 2024-12-26 Build site.
Rmd 5fd4d0d Ohm-Np 2024-12-26 wflow_publish("analysis/index.Rmd")
html 461fd69 Ohm-Np 2024-12-26 Build site.
Rmd 4f1a9ba Ohm-Np 2024-12-26 wflow_publish("analysis/index.Rmd")
html 32035b1 Ohm-Np 2024-12-25 Build site.
html 6eaf865 Ohm-Np 2024-12-25 Build site.
Rmd d00b9b6 Ohm-Np 2024-12-25 wflow_publish("analysis/index.Rmd")
html c252c68 Ohm-Np 2024-12-25 Build site.
Rmd 9e848b9 Ohm-Np 2024-12-25 wflow_publish("analysis/index.Rmd")
html c4157b8 Ohm-Np 2024-12-25 Build site.
Rmd b389415 Ohm-Np 2024-12-25 wflow_publish("analysis/index.Rmd")
html efa3643 Ohm-Np 2024-12-24 Build site.
Rmd cf305d4 Ohm-Np 2024-12-24 wflow_publish("analysis/index.Rmd")
html 56446d2 Ohm-Np 2024-12-24 Build site.
html 12b0721 Ohm-Np 2024-12-24 Build site.
Rmd feea21c Ohm-Np 2024-12-24 wflow_publish("analysis/index.Rmd")
html 6293d9e Ohm-Np 2024-12-24 update readme
html 260d9b2 Ohm-Np 2024-12-24 Build site with workflowr
html 1cd14cc Ohm-Np 2024-12-24 Build site.
html 7ae888f Ohm-Np 2024-12-23 Build site.
Rmd 458b174 Ohm-Np 2024-12-23 wflow_publish("analysis/index.Rmd")
Rmd ac908a3 Ohm-Np 2024-12-23 Start workflowr project.

Welcome to this comprehensive guide on geospatial analysis with RStudio! This tutorial is designed to help you get acquainted with RStudio, a powerful open-source tool for spatial data analysis. You’ll learn how to work with both vector and raster data, perform essential geospatial operations, and create informative maps. Whether you’re just starting out or aiming to refine your geospatial skills, this resource will walk you through key techniques in data manipulation, visualization, and interactive mapping, giving you the skills you need to confidently work with spatial data in RStudio.

Chapters

1. Introduction

2. Getting Started

3. Understanding Geospatial Data

4. Loading Geospatial Data in RStudio

5. Basic Operations with Vector Data

6. Basic Operations with Raster Data

7. Functions in R

8. Data Frames in R

9. Interactive Visualizations

Exercises

Additional Resources