Skip to content

Commit 8ecbf4e

Browse files
authored
Update typo in data-import.qmd (hadley#1570)
"There are two main alternative:" added an "s"
1 parent b95d846 commit 8ecbf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-import.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ read_csv("students-2.csv")
463463
```
464464

465465
This makes CSVs a little unreliable for caching interim results---you need to recreate the column specification every time you load in.
466-
There are two main alternative:
466+
There are two main alternatives:
467467

468468
1. `write_rds()` and `read_rds()` are uniform wrappers around the base functions `readRDS()` and `saveRDS()`.
469469
These store data in R's custom binary format called RDS.

0 commit comments

Comments
 (0)