diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index e33afb66..d0775e1c 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -61,7 +61,7 @@
diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index 973123ad..6c5932eb 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -61,7 +61,7 @@ diff --git a/docs/ISSUE_TEMPLATE.html b/docs/ISSUE_TEMPLATE.html index 03fdf7c5..2994a170 100644 --- a/docs/ISSUE_TEMPLATE.html +++ b/docs/ISSUE_TEMPLATE.html @@ -61,7 +61,7 @@ diff --git a/docs/SUPPORT.html b/docs/SUPPORT.html index 4655a43f..0f81bf56 100644 --- a/docs/SUPPORT.html +++ b/docs/SUPPORT.html @@ -61,7 +61,7 @@ diff --git a/docs/articles/index.html b/docs/articles/index.html index 0e895c9a..27a18ca4 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -61,7 +61,7 @@ diff --git a/docs/articles/intro-tsibble.html b/docs/articles/intro-tsibble.html index 3f3797aa..cbad5f32 100644 --- a/docs/articles/intro-tsibble.html +++ b/docs/articles/intro-tsibble.html @@ -30,7 +30,7 @@ diff --git a/docs/authors.html b/docs/authors.html index 6ad422f5..35242523 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -61,7 +61,7 @@ diff --git a/docs/index.html b/docs/index.html index e45a5948..e44aafeb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@ @@ -173,7 +173,7 @@slide()
, tile()
, stretch()
Temporal data often involves moving window calculations. Several functions in the tsibble allow for different variations of moving windows using purrr-like syntax:
+Temporal data often involves moving window calculations. Several functions in tsibble allow for different variations of moving windows using purrr-like syntax:
slide()
/slide2()
/pslide()
: sliding window with overlapping observations.mutate()
, transmute()
, select()
, rename()
, summarise()
/summarize()
[left/right/full/inner/anti/semi]_join()
left/right/full/inner/anti/semi_join()
group_by()
, ungroup()
difference.Rd
Lagged Differences
+Lagged differences
Lagged Differences
Lagged differences
These column-wise verbs from dplyr have an additional argument of .drop = FALSE
-for tsibble. The index variable cannot be dropped for a tsibble. If any key
-variable is changed, it will validate whether it's a tsibble internally.
-Turning .drop = TRUE
converts to a tibble first and then do the operations.
.drop = TRUE
converts to a tibble first and
+then do the operations.summarise()
will not collapse on the index variable.
Multiple objects to be splitted in parallel.
Multiple objects to be split in parallel.
An objects to be splitted.
An objects to be split.
Multiple objects to be splitted in parallel.
Multiple objects to be split in parallel.