Skip to content

Commit

Permalink
eval=F wririg csv to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarafati committed Oct 25, 2024
1 parent 673ca20 commit 112dce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gapminder_project.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gapminder[41,]
It seems that there were some issues in the data.

We investigated the issue. First we saved the data on to disk and opened it in excel and saw that at line **41** a closing quotation is missing for the `country` field and the following lines do not have `row.names`.
```{r write-csv}
```{r write-csv, eval = F}
write.csv(gapminder, '~/Downloads/Gapminder.csv')
```

Expand Down

0 comments on commit 112dce9

Please sign in to comment.