Skip to content

Commit

Permalink
update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlyu committed Aug 16, 2024
1 parent 0d99e10 commit 009dd29
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Event-Data-Analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ write_csv(guest_only, file = "guest_only.csv")
```

```{r}
music_guest_only <- read_csv(file = "guest_only2.csv")
music_guest_only <- read_csv(file = "guest_only.csv")
print_guest_dat <- music_guest_only %>%
select(date, what, genre, sponsor, year, term_category) %>%
Expand Down
File renamed without changes.

0 comments on commit 009dd29

Please sign in to comment.