Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed May 2, 2024
2 parents f17ddaa + 19c11e2 commit 7e515f8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file added data_table.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion html/data-import.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ write_file("A,B,C\n7,8,9\nNA,11,12", file = "file3.csv")
```{r}
#| message: false
read_csv("file.csv", skip = 1)
read_csv("file.csv", n_max = 1)
```
- Read values as missing:
Expand Down
2 changes: 1 addition & 1 deletion html/lubridate.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ add_with_rollback(jan31, months(1), roll_to_first = TRUE)

### Periods

Add or subtract periods to model events that happen a specific clock times, the the NYSE opening bell.
Add or subtract periods to model events that happen at specific clock times, like the NYSE opening bell.

Make a period with the name of a time unit **pluralized**, e.g.

Expand Down
Binary file modified keynotes/purrr.key
Binary file not shown.
Binary file added powerpoints/data_table.pptx
Binary file not shown.
Binary file modified purrr.pdf
Binary file not shown.

0 comments on commit 7e515f8

Please sign in to comment.