-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
925 changed files
with
2,607 additions
and
182 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
library(omdbapi) | ||
library(tidyverse) | ||
|
||
# <https://github.com/hrbrmstr/omdbapi> | ||
res <- search_by_title("Star Wars") | ||
ids <- res$imdbID | ||
|
||
starwars_movies <- map_df(ids, find_by_id) %>% | ||
distinct(Title, .keep_all = TRUE) %>% | ||
mutate(year = parse_number(Year)) %>% | ||
select(-Year) | ||
|
||
write_rds(starwars_movies, "data/07/starwars_movies.rds") | ||
|
||
|
||
|
||
# library(glue) | ||
# library(httr) | ||
# | ||
# title <- "Star Wars" | ||
# key <- "k_12345678" | ||
# url <- glue("https://imdb-api.com/en/API/SearchTitle/{key}/{title}") | ||
# res <- GET(url, ) | ||
# content(res) | ||
# | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
base | ||
tidyverse | ||
ggplot2 | ||
tibble | ||
tidyr | ||
readr | ||
purrr | ||
dplyr | ||
stringr | ||
forcats | ||
palmerpenguins |
Binary file added
BIN
+164 Bytes
_bookdown_files/01-intro_cache/html/install-rmd_3d29c4fbcedf6439cbc074a9ff446ea6.RData
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+246 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-10_ef8d7bf119f4dcc22988b8f55e148e4e.RData
Binary file not shown.
Binary file added
BIN
+152 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-10_ef8d7bf119f4dcc22988b8f55e148e4e.rdb
Binary file not shown.
Binary file added
BIN
+177 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-10_ef8d7bf119f4dcc22988b8f55e148e4e.rdx
Binary file not shown.
Binary file added
BIN
+149 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-11_fc0b3739d379bdc5dd9ca58dbba0fdbf.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-11_fc0b3739d379bdc5dd9ca58dbba0fdbf.rdx
Binary file not shown.
Binary file added
BIN
+161 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-12_fdd400818990891a75c4cbfd5ec95e67.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-12_fdd400818990891a75c4cbfd5ec95e67.rdx
Binary file not shown.
Binary file added
BIN
+187 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-13_fd1fde2ad2d18f5466306abd5c4a3e75.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-13_fd1fde2ad2d18f5466306abd5c4a3e75.rdx
Binary file not shown.
Binary file added
BIN
+180 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-14_24c715d9cae9854e9f3a92b10d9f8887.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-14_24c715d9cae9854e9f3a92b10d9f8887.rdx
Binary file not shown.
Binary file added
BIN
+154 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-15_d4846e19acf7d4a6fd02ea281e362d35.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-15_d4846e19acf7d4a6fd02ea281e362d35.rdx
Binary file not shown.
Binary file added
BIN
+151 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-16_1c2262b02ef14077a384e2a08971cf90.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-16_1c2262b02ef14077a384e2a08971cf90.rdx
Binary file not shown.
Binary file added
BIN
+176 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-17_9fe21cfcee56d4fb46c03e46c832fa89.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-17_9fe21cfcee56d4fb46c03e46c832fa89.rdx
Binary file not shown.
Binary file added
BIN
+181 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-18_1ccc2779869e09a637aa65c4d208eb99.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-18_1ccc2779869e09a637aa65c4d208eb99.rdx
Binary file not shown.
Binary file added
BIN
+179 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-19_9333740b6eaeeaccce2fb419d2b02035.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-19_9333740b6eaeeaccce2fb419d2b02035.rdx
Binary file not shown.
Binary file added
BIN
+157 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-1_765e2a89b76520ef193f886fd916b8bd.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-1_765e2a89b76520ef193f886fd916b8bd.rdx
Binary file not shown.
Binary file added
BIN
+164 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-20_804ba7f9610d5c3da86e33209497cc92.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-20_804ba7f9610d5c3da86e33209497cc92.rdx
Binary file not shown.
Binary file added
BIN
+208 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-21_fd2b54a0a66b5b55dbc21ef2eddcfde7.RData
Binary file not shown.
Binary file added
BIN
+42 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-21_fd2b54a0a66b5b55dbc21ef2eddcfde7.rdb
Binary file not shown.
Binary file added
BIN
+140 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-21_fd2b54a0a66b5b55dbc21ef2eddcfde7.rdx
Binary file not shown.
Binary file added
BIN
+148 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-22_6f35d4b07ac12d3f08c29338fb521834.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-22_6f35d4b07ac12d3f08c29338fb521834.rdx
Binary file not shown.
Binary file added
BIN
+159 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-23_4c71dbd3803a4934da1416bfd5dd86de.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-23_4c71dbd3803a4934da1416bfd5dd86de.rdx
Binary file not shown.
Binary file added
BIN
+174 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-24_d70a5a41f76980cb27d6ae95aa479164.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-24_d70a5a41f76980cb27d6ae95aa479164.rdx
Binary file not shown.
Binary file added
BIN
+186 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-25_aaea82cc0767c9fa641f2f4ee37b2230.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-25_aaea82cc0767c9fa641f2f4ee37b2230.rdx
Binary file not shown.
Binary file added
BIN
+208 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-26_432e27514d6e266e77556389d4f8a051.RData
Binary file not shown.
Binary file added
BIN
+51 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-26_432e27514d6e266e77556389d4f8a051.rdb
Binary file not shown.
Binary file added
BIN
+140 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-26_432e27514d6e266e77556389d4f8a051.rdx
Binary file not shown.
Binary file added
BIN
+180 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-27_fb4d1a13f0f51843c715c97e0ce55ef3.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-27_fb4d1a13f0f51843c715c97e0ce55ef3.rdx
Binary file not shown.
Binary file added
BIN
+272 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-28_7d3be92afb18c890a87426e604b7cc1c.RData
Binary file not shown.
Binary file added
BIN
+1.44 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-28_7d3be92afb18c890a87426e604b7cc1c.rdb
Binary file not shown.
Binary file added
BIN
+226 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-28_7d3be92afb18c890a87426e604b7cc1c.rdx
Binary file not shown.
Binary file added
BIN
+176 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-29_2cb7b02d06db47c575eb4e22a19f2e65.RData
Binary file not shown.
Binary file added
BIN
+999 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-29_2cb7b02d06db47c575eb4e22a19f2e65.rdb
Binary file not shown.
Binary file added
BIN
+210 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-29_2cb7b02d06db47c575eb4e22a19f2e65.rdx
Binary file not shown.
Binary file added
BIN
+177 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-2_02c7b2bdfbc8a9bbf7c6b7c5628f804a.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-2_02c7b2bdfbc8a9bbf7c6b7c5628f804a.rdx
Binary file not shown.
Binary file added
BIN
+165 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-30_e731fa58904a0d42d45df5c2f43b7377.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-30_e731fa58904a0d42d45df5c2f43b7377.rdx
Binary file not shown.
Binary file added
BIN
+172 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-31_86d284675aabc35b5dd11c5491576061.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-31_86d284675aabc35b5dd11c5491576061.rdx
Binary file not shown.
Binary file added
BIN
+171 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-32_0c4815778c3b575ba204e1fc1cb01fbc.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-32_0c4815778c3b575ba204e1fc1cb01fbc.rdx
Binary file not shown.
Binary file added
BIN
+174 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-33_e74d260edbb16610aebc022706091e05.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-33_e74d260edbb16610aebc022706091e05.rdx
Binary file not shown.
Binary file added
BIN
+4 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-34_6d48427469b804b7432bd60649a1c5e7.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-34_6d48427469b804b7432bd60649a1c5e7.rdx
Binary file not shown.
Binary file added
BIN
+493 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-35_b8bf2fae69e8db411f070815fc77ef24.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-35_b8bf2fae69e8db411f070815fc77ef24.rdx
Binary file not shown.
Binary file added
BIN
+637 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-36_534bbfe10e03fb0f00d278dbfee12f5f.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-36_534bbfe10e03fb0f00d278dbfee12f5f.rdx
Binary file not shown.
Binary file added
BIN
+214 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-37_d233ae11cfef81cfdba2c87ad60ed8ad.RData
Binary file not shown.
Binary file added
BIN
+22.8 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-37_d233ae11cfef81cfdba2c87ad60ed8ad.rdb
Binary file not shown.
Binary file added
BIN
+310 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-37_d233ae11cfef81cfdba2c87ad60ed8ad.rdx
Binary file not shown.
Binary file added
BIN
+275 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-38_35e0ba0eec872a0ce628bba52e8cd634.RData
Binary file not shown.
Binary file added
BIN
+22.9 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-38_35e0ba0eec872a0ce628bba52e8cd634.rdb
Binary file not shown.
Binary file added
BIN
+310 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-38_35e0ba0eec872a0ce628bba52e8cd634.rdx
Binary file not shown.
Binary file added
BIN
+218 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-39_384a8423b30975fb5d89a25adaa91b47.RData
Binary file not shown.
Binary file added
BIN
+50.4 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-39_384a8423b30975fb5d89a25adaa91b47.rdb
Binary file not shown.
Binary file added
BIN
+452 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-39_384a8423b30975fb5d89a25adaa91b47.rdx
Binary file not shown.
Binary file added
BIN
+243 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-3_3e218617dcea06f3efb17f693ee57890.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-3_3e218617dcea06f3efb17f693ee57890.rdx
Binary file not shown.
Binary file added
BIN
+251 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-40_9654de2d7aedf2418ad7332ce85dbab2.RData
Binary file not shown.
Binary file added
BIN
+68.1 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-40_9654de2d7aedf2418ad7332ce85dbab2.rdb
Binary file not shown.
Binary file added
BIN
+614 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-40_9654de2d7aedf2418ad7332ce85dbab2.rdx
Binary file not shown.
Binary file added
BIN
+267 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-41_e2540c6d0662cdc024b0d54ea0753819.RData
Binary file not shown.
Binary file added
BIN
+74.2 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-41_e2540c6d0662cdc024b0d54ea0753819.rdb
Binary file not shown.
Binary file added
BIN
+742 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-41_e2540c6d0662cdc024b0d54ea0753819.rdx
Binary file not shown.
Binary file added
BIN
+258 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-42_404c4ff2b4c910829cb5f65e971df861.RData
Binary file not shown.
Binary file added
BIN
+81.5 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-42_404c4ff2b4c910829cb5f65e971df861.rdb
Binary file not shown.
Binary file added
BIN
+867 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-42_404c4ff2b4c910829cb5f65e971df861.rdx
Binary file not shown.
Binary file added
BIN
+368 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-43_a02c0683f026d91de8008efd9dfddf7c.RData
Binary file not shown.
Binary file added
BIN
+77.3 KB
_bookdown_files/01-intro_cache/html/unnamed-chunk-43_a02c0683f026d91de8008efd9dfddf7c.rdb
Binary file not shown.
Binary file added
BIN
+805 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-43_a02c0683f026d91de8008efd9dfddf7c.rdx
Binary file not shown.
Binary file added
BIN
+169 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-44_6db294fc5958b328ece2dfb4959f8d02.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-44_6db294fc5958b328ece2dfb4959f8d02.rdx
Binary file not shown.
Binary file added
BIN
+161 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-4_aae2906d98ca4518b24a36e967dbeb87.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-4_aae2906d98ca4518b24a36e967dbeb87.rdx
Binary file not shown.
Binary file added
BIN
+164 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-5_fdee2f2f165dea625f36ef984dbb1ec3.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-5_fdee2f2f165dea625f36ef984dbb1ec3.rdx
Binary file not shown.
Binary file added
BIN
+158 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-6_e5fec7e8d2816d123ca2a64038cd8c12.RData
Binary file not shown.
Binary file added
BIN
+42 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-6_e5fec7e8d2816d123ca2a64038cd8c12.rdb
Binary file not shown.
Binary file added
BIN
+147 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-6_e5fec7e8d2816d123ca2a64038cd8c12.rdx
Binary file not shown.
Binary file added
BIN
+163 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-7_b72dd267fca1d83cffb23f381a4dfb01.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-7_b72dd267fca1d83cffb23f381a4dfb01.rdx
Binary file not shown.
Binary file added
BIN
+169 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-8_b055d9b034641216f6202518cd4055f5.RData
Binary file not shown.
Binary file added
BIN
+85 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-8_b055d9b034641216f6202518cd4055f5.rdb
Binary file not shown.
Binary file added
BIN
+148 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-8_b055d9b034641216f6202518cd4055f5.rdx
Binary file not shown.
Binary file added
BIN
+174 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-9_111364fb71f3268849949e8d49a683d9.RData
Binary file not shown.
Binary file added
BIN
+84 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-9_111364fb71f3268849949e8d49a683d9.rdb
Binary file not shown.
Binary file added
BIN
+148 Bytes
_bookdown_files/01-intro_cache/html/unnamed-chunk-9_111364fb71f3268849949e8d49a683d9.rdx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
base | ||
tidyverse | ||
ggplot2 | ||
tibble | ||
tidyr | ||
readr | ||
purrr | ||
dplyr | ||
stringr | ||
forcats |
Binary file added
BIN
+162 Bytes
_bookdown_files/02-dplyr_cache/html/loading-packages_44176f30085f3a210f72adcf2018b535.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/loading-packages_44176f30085f3a210f72adcf2018b535.rdx
Binary file not shown.
Binary file added
BIN
+174 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-10_9679d23acb1c3d62121dc1985931d4be.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-10_9679d23acb1c3d62121dc1985931d4be.rdx
Binary file not shown.
Binary file added
BIN
+183 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-11_572e61cca3d30df1f712d2c3d93374a1.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-11_572e61cca3d30df1f712d2c3d93374a1.rdx
Binary file not shown.
Binary file added
BIN
+359 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-12_8b78302217486dd5ee8484d3016489c2.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-12_8b78302217486dd5ee8484d3016489c2.rdx
Binary file not shown.
Binary file added
BIN
+531 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-13_f0d88effb433e98e0a523e741cfe7ee7.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-13_f0d88effb433e98e0a523e741cfe7ee7.rdx
Binary file not shown.
Binary file added
BIN
+35.8 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-14_f288fdb2b2d567a6d513008e15c5398f.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-14_f288fdb2b2d567a6d513008e15c5398f.rdx
Binary file not shown.
Binary file added
BIN
+19.5 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-15_2c0ee79e2a8e4955991cc1739e80ad59.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-15_2c0ee79e2a8e4955991cc1739e80ad59.rdx
Binary file not shown.
Binary file added
BIN
+2.75 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-16_42eae3c51a30ba873812db520dd9da83.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-16_42eae3c51a30ba873812db520dd9da83.rdx
Binary file not shown.
Binary file added
BIN
+2.7 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-17_87baa9c9dd74beea49441f5f60dbb28a.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-17_87baa9c9dd74beea49441f5f60dbb28a.rdx
Binary file not shown.
Binary file added
BIN
+2.71 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-18_a3cd9d6f01a480d43b8b423bf6e4bc92.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-18_a3cd9d6f01a480d43b8b423bf6e4bc92.rdx
Binary file not shown.
Binary file added
BIN
+2.71 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-19_cbbbf0e93a8fcf4fde17b7def420133f.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-19_cbbbf0e93a8fcf4fde17b7def420133f.rdx
Binary file not shown.
Binary file added
BIN
+232 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-1_54ebfe83984e9dd420483a6b51bbb901.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-1_54ebfe83984e9dd420483a6b51bbb901.rdx
Binary file not shown.
Binary file added
BIN
+2.71 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-20_4e031778d2e2082094e950278183416e.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-20_4e031778d2e2082094e950278183416e.rdx
Binary file not shown.
Binary file added
BIN
+45.8 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-21_9a83c45ef484186feb7fd2e54b295061.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-21_9a83c45ef484186feb7fd2e54b295061.rdx
Binary file not shown.
Binary file added
BIN
+2.7 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-22_c38a71565fc1e388112b810a8f9340c6.RData
Binary file not shown.
Binary file added
BIN
+42 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-22_c38a71565fc1e388112b810a8f9340c6.rdb
Binary file not shown.
Binary file added
BIN
+148 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-22_c38a71565fc1e388112b810a8f9340c6.rdx
Binary file not shown.
Binary file added
BIN
+3.04 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-23_eff9ac2d75b5edcec160724e1abad378.RData
Binary file not shown.
Binary file added
BIN
+218 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-23_eff9ac2d75b5edcec160724e1abad378.rdb
Binary file not shown.
Binary file added
BIN
+149 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-23_eff9ac2d75b5edcec160724e1abad378.rdx
Binary file not shown.
Binary file added
BIN
+2.96 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-24_6fa511a24f77a4c76ccd312df1a7e17a.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-24_6fa511a24f77a4c76ccd312df1a7e17a.rdx
Binary file not shown.
Binary file added
BIN
+2.7 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-25_aa03105e48790c3f169297f1c8058c16.RData
Binary file not shown.
Binary file added
BIN
+53 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-25_aa03105e48790c3f169297f1c8058c16.rdb
Binary file not shown.
Binary file added
BIN
+142 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-25_aa03105e48790c3f169297f1c8058c16.rdx
Binary file not shown.
Binary file added
BIN
+2.96 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-26_dc04ef74f902fb26300e5ab4aafad5f4.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-26_dc04ef74f902fb26300e5ab4aafad5f4.rdx
Binary file not shown.
Binary file added
BIN
+2.91 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-27_24a22ad12af5a837a23cafa8e9cd6d7b.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-27_24a22ad12af5a837a23cafa8e9cd6d7b.rdx
Binary file not shown.
Binary file added
BIN
+2.68 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-28_da4ec671b1ad05cf1e65c4ef8ddcb046.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-28_da4ec671b1ad05cf1e65c4ef8ddcb046.rdx
Binary file not shown.
Binary file added
BIN
+2.68 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-29_b9f50a312016d6fc1018024cd372ba71.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-29_b9f50a312016d6fc1018024cd372ba71.rdx
Binary file not shown.
Binary file added
BIN
+178 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-2_061437cad2b9cc160d2512c68311b1a5.RData
Binary file not shown.
Binary file added
BIN
+29 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-2_061437cad2b9cc160d2512c68311b1a5.rdb
Binary file not shown.
Binary file added
BIN
+148 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-2_061437cad2b9cc160d2512c68311b1a5.rdx
Binary file not shown.
Binary file added
BIN
+2.69 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-30_98cb9bdbe684f8049693877871d46bdb.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-30_98cb9bdbe684f8049693877871d46bdb.rdx
Binary file not shown.
Binary file added
BIN
+2.71 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-31_5a5a4ed6cce659e2e3f4df87992457d6.RData
Binary file not shown.
Binary file added
BIN
+66 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-31_5a5a4ed6cce659e2e3f4df87992457d6.rdb
Binary file not shown.
Binary file added
BIN
+140 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-31_5a5a4ed6cce659e2e3f4df87992457d6.rdx
Binary file not shown.
Binary file added
BIN
+26.3 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-32_3b04808b2a67fe86ad7b84780394abf5.RData
Binary file not shown.
Binary file added
BIN
+36 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-32_3b04808b2a67fe86ad7b84780394abf5.rdb
Binary file not shown.
Binary file added
BIN
+182 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-32_3b04808b2a67fe86ad7b84780394abf5.rdx
Binary file not shown.
Binary file added
BIN
+7.82 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-33_63cdb0313c93894ad1689255ce71cc09.RData
Binary file not shown.
Binary file added
BIN
+4.47 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-33_63cdb0313c93894ad1689255ce71cc09.rdb
Binary file not shown.
Binary file added
BIN
+155 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-33_63cdb0313c93894ad1689255ce71cc09.rdx
Binary file not shown.
Binary file added
BIN
+47.2 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-34_d4db7de4810ba72dbeeab974803266e9.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-34_d4db7de4810ba72dbeeab974803266e9.rdx
Binary file not shown.
Binary file added
BIN
+47.6 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-35_27bc9a864cbc5816058f976f62a92b6b.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-35_27bc9a864cbc5816058f976f62a92b6b.rdx
Binary file not shown.
Binary file added
BIN
+3.02 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-36_ee4885474ea21506ec2bf575f2a54b6d.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-36_ee4885474ea21506ec2bf575f2a54b6d.rdx
Binary file not shown.
Binary file added
BIN
+3.1 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-37_e1eac3ad47fd30da07f9af6ed1b217b2.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-37_e1eac3ad47fd30da07f9af6ed1b217b2.rdx
Binary file not shown.
Binary file added
BIN
+3.62 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-38_d783cd1a4abc64b752a967ba1341fe68.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-38_d783cd1a4abc64b752a967ba1341fe68.rdx
Binary file not shown.
Binary file added
BIN
+7.99 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-39_50ac98174d2d2447c0ee8c5ec1c026c8.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-39_50ac98174d2d2447c0ee8c5ec1c026c8.rdx
Binary file not shown.
Binary file added
BIN
+32.2 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-3_a38e63237202822c4616b34b654284a5.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-3_a38e63237202822c4616b34b654284a5.rdx
Binary file not shown.
Binary file added
BIN
+46 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-40_aaf889dd9d3b962f4002228354f70502.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-40_aaf889dd9d3b962f4002228354f70502.rdx
Binary file not shown.
Binary file added
BIN
+45.8 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-41_a6f04ae939f8338db6eea99079eda25a.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-41_a6f04ae939f8338db6eea99079eda25a.rdx
Binary file not shown.
Binary file added
BIN
+46.9 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-42_feb5527dcb64a51c81e38202425b5fbb.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-42_feb5527dcb64a51c81e38202425b5fbb.rdx
Binary file not shown.
Binary file added
BIN
+2.92 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-43_68a09fc4ca44fdfb61c577b068faa810.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-43_68a09fc4ca44fdfb61c577b068faa810.rdx
Binary file not shown.
Binary file added
BIN
+2.82 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-44_41420a235febb0a333ffc5568f9b60c0.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-44_41420a235febb0a333ffc5568f9b60c0.rdx
Binary file not shown.
Binary file added
BIN
+2.77 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-45_77e39d66744fdb4090305e5c01ef4a63.RData
Binary file not shown.
Binary file added
BIN
+112 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-45_77e39d66744fdb4090305e5c01ef4a63.rdb
Binary file not shown.
Binary file added
BIN
+144 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-45_77e39d66744fdb4090305e5c01ef4a63.rdx
Binary file not shown.
Binary file added
BIN
+2.78 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-46_73c6fb78a4c9b7816e836151c34eb068.RData
Binary file not shown.
Binary file added
BIN
+107 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-46_73c6fb78a4c9b7816e836151c34eb068.rdb
Binary file not shown.
Binary file added
BIN
+144 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-46_73c6fb78a4c9b7816e836151c34eb068.rdx
Binary file not shown.
Binary file added
BIN
+2.78 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-47_abcc7e00b67754c4e89953ded12ddd8d.RData
Binary file not shown.
Binary file added
BIN
+112 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-47_abcc7e00b67754c4e89953ded12ddd8d.rdb
Binary file not shown.
Binary file added
BIN
+144 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-47_abcc7e00b67754c4e89953ded12ddd8d.rdx
Binary file not shown.
Binary file added
BIN
+2.86 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-48_a3bc76b0515857631337c438b977cad1.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-48_a3bc76b0515857631337c438b977cad1.rdx
Binary file not shown.
Binary file added
BIN
+2.86 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-49_fbd7352a825e8b636877df2805437fa9.RData
Binary file not shown.
Binary file added
BIN
+3.76 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-49_fbd7352a825e8b636877df2805437fa9.rdb
Binary file not shown.
Binary file added
BIN
+163 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-49_fbd7352a825e8b636877df2805437fa9.rdx
Binary file not shown.
Binary file added
BIN
+244 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-4_d867effea6ab767e868ca39343ac989a.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-4_d867effea6ab767e868ca39343ac989a.rdx
Binary file not shown.
Binary file added
BIN
+2.72 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-50_c204e0541b2cdec4d9a427b3ff49ab15.RData
Binary file not shown.
Binary file added
BIN
+94 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-50_c204e0541b2cdec4d9a427b3ff49ab15.rdb
Binary file not shown.
Binary file added
BIN
+140 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-50_c204e0541b2cdec4d9a427b3ff49ab15.rdx
Binary file not shown.
Binary file added
BIN
+2.9 KB
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-51_419d4e33a3e1b3ba9a28df4239f0805a.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-51_419d4e33a3e1b3ba9a28df4239f0805a.rdx
Binary file not shown.
Binary file added
BIN
+203 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-5_863f6fbdeed45b59ca07eff9dd73d4bf.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-5_863f6fbdeed45b59ca07eff9dd73d4bf.rdx
Binary file not shown.
Binary file added
BIN
+210 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-6_9ac13b3317c673bcbbeb6102f02a23f0.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-6_9ac13b3317c673bcbbeb6102f02a23f0.rdx
Binary file not shown.
Binary file added
BIN
+173 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-7_837a64c95e17f8a614356280e8567d91.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-7_837a64c95e17f8a614356280e8567d91.rdx
Binary file not shown.
Binary file added
BIN
+176 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-8_b84c1094fd06fb16de551a1f4c8051d2.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-8_b84c1094fd06fb16de551a1f4c8051d2.rdx
Binary file not shown.
Binary file added
BIN
+311 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-9_5cb591163a2dc849aa1104c086ca3699.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/02-dplyr_cache/html/unnamed-chunk-9_5cb591163a2dc849aa1104c086ca3699.rdx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
base | ||
tidyverse | ||
ggplot2 | ||
tibble | ||
tidyr | ||
readr | ||
purrr | ||
dplyr | ||
stringr | ||
forcats |
Binary file added
BIN
+499 Bytes
_bookdown_files/03-tidy_cache/html/unnamed-chunk-10_c89a9c32505af82e83860ebf5cd715a7.RData
Binary file not shown.
Empty file.
Binary file added
BIN
+122 Bytes
_bookdown_files/03-tidy_cache/html/unnamed-chunk-10_c89a9c32505af82e83860ebf5cd715a7.rdx
Binary file not shown.
Oops, something went wrong.