Skip to content

Commit

Permalink
fix: fix the date_range error in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jul 4, 2023
1 parent 970c0f1 commit 249fb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/reference_home.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ df = pl$DataFrame(
date = pl$date_range(
as.Date("2020-01-01"),
as.Date("2023-01-02"),
interval = "1y"
interval = "1y",
lazy = FALSE
)
)
df
Expand Down

0 comments on commit 249fb68

Please sign in to comment.