File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,8 @@ relative path to the file.
200
200
canlang_data <- read_csv("data/can_lang.csv")
201
201
```
202
202
203
+ \newpage
204
+
203
205
> ** Note:** It is also normal and expected that \index{warning} a message is
204
206
> printed out after using
205
207
> the ` read_csv ` and related functions. This message lets you know the data types
@@ -623,6 +625,8 @@ tail(aboriginal_lang_db)
623
625
```
624
626
## Error: tail() is not supported by sql sources
625
627
```
628
+ \newpage
629
+
626
630
Additionally, some operations will not work to extract columns or single values
627
631
from the reference given by the ` tbl ` function. Thus, once you have finished
628
632
your data wrangling of the ` tbl ` database reference object, it is advisable to
You can’t perform that action at this time.
0 commit comments