Skip to content

Commit

Permalink
deleting the csv file of the soil data
Browse files Browse the repository at this point in the history
ehumph committed Aug 20, 2024
1 parent 38d90f9 commit 8c44f54
Showing 3 changed files with 1 addition and 140 deletions.
8 changes: 1 addition & 7 deletions 09-data_exploration.Rmd
Original file line number Diff line number Diff line change
@@ -32,12 +32,6 @@ This activity will teach you how to use the AnVIL platform to:

We will use the `BioDIGS` package to retrieve the data. We first need to install the package from where it is stored on GitHub.

```{r, message = FALSE, warning = FALSE, echo = FALSE}
library(readr)
soil.values <- read_csv(file = "soil_testing_data.csv")
```


```{r, message = FALSE, warning = FALSE, eval=F}
@@ -48,7 +42,7 @@ Once you've installed the package, we can load the library and assign the soil t

dataset_object_name <- stored_BioDIGS_dataset

```{r, message = FALSE, warning = FALSE, eval=F}
```{r, message = FALSE, warning = FALSE}
library(BioDIGSData)
67 changes: 0 additions & 67 deletions soil_data.csv

This file was deleted.

66 changes: 0 additions & 66 deletions soil_testing_data.csv

This file was deleted.

0 comments on commit 8c44f54

Please sign in to comment.