From b88683ec69010f41f8f17aaac8a9149685604465 Mon Sep 17 00:00:00 2001 From: David Kane Date: Wed, 17 Apr 2024 06:52:56 -0400 Subject: [PATCH] Update iteration.qmd (#1646) --- iteration.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iteration.qmd b/iteration.qmd index e2a43ca4e..56fee2cae 100644 --- a/iteration.qmd +++ b/iteration.qmd @@ -822,7 +822,7 @@ This would work well here, but we don't have csv files, instead we have excel sp So we're going to have to do it "by hand". Learning to do it by hand will also help you when you have a bunch of csvs and the database that you're working with doesn't have one function that will load them all in. -We need to start by creating a table that will fill in with data. +We need to start by creating a table that we will fill in with data. The easiest way to do this is by creating a template, a dummy data frame that contains all the columns we want, but only a sampling of the data. For the gapminder data, we can make that template by reading a single file and adding the year to it: