Skip to content

Commit 2f04139

Browse files
committed
fixed notebook break over pages in reading.
1 parent 6db7c59 commit 2f04139

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reading.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ relative path to the file.
200200
canlang_data <- read_csv("data/can_lang.csv")
201201
```
202202

203+
\newpage
204+
203205
> **Note:** It is also normal and expected that \index{warning} a message is
204206
> printed out after using
205207
> the `read_csv` and related functions. This message lets you know the data types
@@ -623,6 +625,8 @@ tail(aboriginal_lang_db)
623625
```
624626
## Error: tail() is not supported by sql sources
625627
```
628+
\newpage
629+
626630
Additionally, some operations will not work to extract columns or single values
627631
from the reference given by the `tbl` function. Thus, once you have finished
628632
your data wrangling of the `tbl` database reference object, it is advisable to

0 commit comments

Comments
 (0)