Skip to content

Commit 757f456

Browse files
update files
1 parent 14ac570 commit 757f456

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+263
-1787
lines changed

.Rhistory

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# "Open the app"
2+
library(tidyverse)
3+
# Spreadsheet-like viewer
4+
View(diamonds)
5+
# Stats are R's jam
6+
summary(diamonds)
7+
diamonds %>%
8+
group_by(cut) %>%
9+
summarise(avg_price = mean(price)) %>%
10+
arrange(desc(avg_price))
-41.9 KB
Binary file not shown.

datasets/ais/ais.xlsx

-24.6 KB
Binary file not shown.

datasets/ais/readme.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

datasets/baseball.xlsx

2.19 MB
Binary file not shown.

datasets/census/census-data-prep.R

Lines changed: 0 additions & 46 deletions
This file was deleted.

datasets/census/census-divisions.csv

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)