From 8c7979bdc0c85e675f03e979134bbed5836a8c21 Mon Sep 17 00:00:00 2001 From: Annie Shapiro Date: Thu, 12 Jan 2023 13:54:30 -0500 Subject: [PATCH] added name --- example.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.Rmd b/example.Rmd index 675a0f1..aba0d8d 100644 --- a/example.Rmd +++ b/example.Rmd @@ -17,3 +17,5 @@ It is convenient to *run* `R` code and **embed** plots with Markdown: library(ggplot2) ggplot(mpg, aes(x = displ, y = hwy)) + geom_point(aes(color = drv)) + geom_smooth() ``` + +Annie \ No newline at end of file