From 0a0153ae8dfb4822c8b5c84ca238b7105588fbe7 Mon Sep 17 00:00:00 2001 From: Pasha <53493382+PashaMS@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:40:05 -0700 Subject: [PATCH] 26.1 Functions: three -> four advantages (#1565) Very small issue. Text says three advantages then lists four. I believe 1e listed three. --- functions.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.qmd b/functions.qmd index 2a8ac91..b12de3a 100644 --- a/functions.qmd +++ b/functions.qmd @@ -10,7 +10,7 @@ source("_common.R") One of the best ways to improve your reach as a data scientist is to write functions. Functions allow you to automate common tasks in a more powerful and general way than copy-and-pasting. -Writing a function has three big advantages over using copy-and-paste: +Writing a function has four big advantages over using copy-and-paste: 1. You can give a function an evocative name that makes your code easier to understand.