Skip to content

Commit

Permalink
modified loading data rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
RedondoMA committed Oct 21, 2024
1 parent 01984bc commit 67420b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab_loadingdata.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ head(expr.At)

One does however not have to have all data as a file an the local disk, instead one can read data from online resources. The following command will read in a file from a web server.

```{r,accordion=TRUE}
```{r,accordion=TRUE, error=T}
url <- 'http://archive.ics.uci.edu/ml/machine-learning-databases/abalone/abalone.data'
abalone <- read.table(url, header=FALSE , sep=',')
head(abalone)
Expand Down

0 comments on commit 67420b8

Please sign in to comment.