Jae Yeon Kim
Jae Yeon Kim
Check whether there are things I need to update based on [the tidyverse skills book](https://leanpub.com/tidyverseskillsdatascience)
- [x] Handling pipe operator - [x] Handling (undefined) global variables - [ ] Indicating function life cycles
Use this reference: https://cran.r-project.org/web/packages/rromeo/vignettes/setting_up_api_key.html
I will use the [`infer`](https://github.com/tidymodels/infer) package to teach bootstrapping.
One example is the limitation to deal with `datetime`. Let's say `df` contains a field that is defined as `datetime` using `as.POSIXct`. if we `copy_to(dest = database, df = df)`...