Skip to content

Commit

Permalink
Clean up + explicitly namespace map.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Dec 2, 2024
1 parent 17e76d8 commit 944c197
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 85 deletions.
3 changes: 3 additions & 0 deletions 13-build-plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,9 @@ p4<-ggplot(mpg, aes(cty, hwy)) +
p3+p4
```

```{r include=FALSE}
rm(class, map) # Clean up so these objects don't confuse later chapters.
```

## Meeting Videos

Expand Down
Loading

0 comments on commit 944c197

Please sign in to comment.