Fixed typo (#1297)
This commit is contained in:
parent
a386d47311
commit
df90abbde5
|
@ -288,5 +288,5 @@ These may feel like a set of arbitrary rules to start with (because they are!) b
|
|||
And don't forget about the styler package: it's a great way to quickly improve the quality of poorly styled code.
|
||||
|
||||
So far, we've worked with datasets bundled inside of R packages.
|
||||
This makes it easier to get some practice on pre-prepared data, but obviously your data won't available in this way.
|
||||
This makes it easier to get some practice on pre-prepared data, but obviously your data won't be available in this way.
|
||||
So in the next chapter, you're going to learn how load data from disk into your R session using the readr package.
|
||||
|
|
Loading…
Reference in New Issue