Skip to content

Commit

Permalink
Chapter 18 content (#115)
Browse files Browse the repository at this point in the history
* Added content for Chapter 18. Used R package reactable and reactablefmtr to see view tibble changes easily in section "Implicit missing values".

* Make first page to have just the learning objectives. Create a new header called Intorduction.
  • Loading branch information
JauntyJJS authored Jan 14, 2024
1 parent 224273e commit 4e45b4d
Show file tree
Hide file tree
Showing 5 changed files with 924 additions and 52 deletions.
8 changes: 5 additions & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
^renv$
^renv\.lock$
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
27 changes: 15 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
_book
_bookdown_files
bookclub-r4ds.Rmd
bookclub-r4ds_files
*.html
libs
bookclub-r4ds.knit.md
.Rproj.user
.Rhistory
.Rdata
.Renviron
.Rprofile
.httr-oauth
.DS_Store
_book
_bookdown_files
bookclub-r4ds.Rmd
bookclub-r4ds_files
*.html
libs
renv
bookclub-r4ds.knit.md
Loading

0 comments on commit 4e45b4d

Please sign in to comment.