We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95d846 commit 8ecbf4eCopy full SHA for 8ecbf4e
data-import.qmd
@@ -463,7 +463,7 @@ read_csv("students-2.csv")
463
```
464
465
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:
+There are two main alternatives:
467
468
1. `write_rds()` and `read_rds()` are uniform wrappers around the base functions `readRDS()` and `saveRDS()`.
469
These store data in R's custom binary format called RDS.
0 commit comments