Fixed typo (#1297)

This commit is contained in:
Jonathan Kitt 2023-02-22 17:35:38 +01:00 committed by GitHub
parent a386d47311
commit df90abbde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.