From df90abbde5fd543f0c5aedbdc6866c9654bc6290 Mon Sep 17 00:00:00 2001 From: Jonathan Kitt Date: Wed, 22 Feb 2023 17:35:38 +0100 Subject: [PATCH] Fixed typo (#1297) --- workflow-style.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.