Fix chapter reference
This commit is contained in:
parent
b7c4498750
commit
90d168246c
|
@ -641,7 +641,7 @@ There are two alternatives:
|
||||||
```
|
```
|
||||||
|
|
||||||
Feather tends to be faster than RDS and is usable outside of R.
|
Feather tends to be faster than RDS and is usable outside of R.
|
||||||
RDS supports list-columns (which you'll learn about in <!--# TO DO: Link to to-be-added list columns chapter. -->); feather currently does not.
|
RDS supports list-columns (which you'll learn about in Chapter \@ref(list-columns); feather currently does not.
|
||||||
|
|
||||||
```{r, include = FALSE}
|
```{r, include = FALSE}
|
||||||
file.remove("challenge-2.csv")
|
file.remove("challenge-2.csv")
|
||||||
|
|
Loading…
Reference in New Issue