Skip to content

Commit

Permalink
docs: Restore empty space removed by styler (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Dec 7, 2024
1 parent 7a8b620 commit efea86e
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 0 deletions.
28 changes: 28 additions & 0 deletions demo/basel.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ dm_flights %>%
##
##
##
##
##
## THREE USE CASES:
## --------------------------------------------------------------------
##
Expand All @@ -197,6 +199,15 @@ dm_flights %>%
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand All @@ -207,6 +218,8 @@ dm_flights %>%
##


##
##
##
##
##
Expand Down Expand Up @@ -353,6 +366,10 @@ dm_flights %>%
##


##
##
##
##
##
##
##
Expand Down Expand Up @@ -527,6 +544,8 @@ nycflights13_perfect %>%
##


##
##
##
##
##
Expand Down Expand Up @@ -640,6 +659,15 @@ try({
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand Down
28 changes: 28 additions & 0 deletions demo/hamburg.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ dm_flights %>%
##
##
##
##
##
## THREE USE CASES:
## --------------------------------------------------------------------
##
Expand All @@ -198,6 +200,15 @@ dm_flights %>%
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand All @@ -208,6 +219,8 @@ dm_flights %>%
##


##
##
##
##
##
Expand Down Expand Up @@ -354,6 +367,10 @@ dm_flights %>%
##


##
##
##
##
##
##
##
Expand Down Expand Up @@ -528,6 +545,8 @@ nycflights13_perfect %>%
##


##
##
##
##
##
Expand Down Expand Up @@ -643,6 +662,15 @@ try({
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand Down
1 change: 1 addition & 0 deletions demo/milano.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
### (on database or locally)


##
## ----setup, include = FALSE----
library(tidyverse)
library(dbplyr)
Expand Down
1 change: 1 addition & 0 deletions demo/neuchatel.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ library(magrittr)
##
##
##
##


# Take home messages
Expand Down
27 changes: 27 additions & 0 deletions demo/nyc.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ library(magrittr)
# at the same time?


##
##
##
##
##
Expand Down Expand Up @@ -123,6 +125,7 @@ all(flights$dest %in% airports$faa)
##
##
##
##
## Single source of truth
## -------------------------------------------------------
##
Expand Down Expand Up @@ -196,6 +199,15 @@ dm_flights %>%
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand Down Expand Up @@ -446,6 +458,10 @@ dm_flights %>%
##


##
##
##
##
##
##
##
Expand Down Expand Up @@ -532,6 +548,8 @@ nycflights13_base %>%
##


##
##
##
##
##
Expand Down Expand Up @@ -660,6 +678,15 @@ try({
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand Down
24 changes: 24 additions & 0 deletions demo/seattle.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ try(
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand Down Expand Up @@ -450,6 +459,10 @@ dm_flights %>%
##


##
##
##
##
##
##
##
Expand Down Expand Up @@ -536,6 +549,8 @@ nycflights13_base %>%
##


##
##
##
##
##
Expand Down Expand Up @@ -664,6 +679,15 @@ try({
##


##
##
##
##
##
##
##
##
##
##
##
##
Expand Down

0 comments on commit efea86e

Please sign in to comment.