Skip to content

Commit

Permalink
removing duplicate information
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumph committed Feb 2, 2024
1 parent fb19e09 commit ee88b46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 373 deletions.
321 changes: 0 additions & 321 deletions 08-data_exploration.Rmd

This file was deleted.

52 changes: 0 additions & 52 deletions 09-data_exploration.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,58 +27,6 @@ This activity will teach you how to use the AnVIL platform to:
1. Calculate summary statistics for variables in the soil testing data
1. Create and interpret histograms and boxplots for variables in the soil testing data.

## Getting Started

In the next few steps, you will walk through how to get set up to use RStudio on the AnVIL platform. AnVIL is centered around different “Workspaces”. Each Workspace functions almost like a mini code laboratory - it is a place where data can be examined, stored, and analyzed. The first thing we want to do is to copy or “clone” a Workspace to create a space for you to experiment.

Use a web browser to go to the AnVIL website. In the browser type:

```
anvil.terra.bio
```

:::{.notice}
**Tip**
At this point, it might make things easier to open up a new window in your browser and split your screen. That way, you can follow along with this guide on one side and execute the steps on the other.
:::

Your instructor will give you information on which workspace you should clone.

### Video overview of RStudio on AnVIL

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_video.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

### Launching RStudio

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_launch.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

### Touring RStudio

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_tour.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

### Pausing RStudio

```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_pause.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```

## Part 1. Data Import

Expand Down

0 comments on commit ee88b46

Please sign in to comment.