diff --git a/workflow-style.qmd b/workflow-style.qmd index dfdec30..6061732 100644 --- a/workflow-style.qmd +++ b/workflow-style.qmd @@ -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.