From 44652d46baa0bef5bc8f0278c1325f3fdbf48a47 Mon Sep 17 00:00:00 2001 From: jennamotto1 <151287754+jennamotto1@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:45:28 -0500 Subject: [PATCH] Update 04-data-frames.Rmd small flow suggestion --- 04-data-frames.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-data-frames.Rmd b/04-data-frames.Rmd index 9b38bc4..6783278 100644 --- a/04-data-frames.Rmd +++ b/04-data-frames.Rmd @@ -429,7 +429,7 @@ names(eruptions_recent) <- c( ) # data frames may also have row names, though most don't # if there are no row names, they just show as numbers -# (this is not generally a commonly used feature) +# (in general, this is not a commonly used feature) rownames(eruptions_recent) ```