diff --git a/news/index.html b/news/index.html index f80ce69..71b3975 100644 --- a/news/index.html +++ b/news/index.html @@ -76,7 +76,7 @@

Changelog

- +
diff --git a/pkgdown.yml b/pkgdown.yml index 8dcac9d..5516938 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -9,4 +9,4 @@ articles: cb5match: cb5match.html cb6interactive: cb6interactive.html cb7misc: cb7misc.html -last_built: 2024-07-09T17:24Z +last_built: 2024-08-04T18:13Z diff --git a/reference/accessors.html b/reference/accessors.html index 9065a8a..9e56825 100644 --- a/reference/accessors.html +++ b/reference/accessors.html @@ -121,7 +121,7 @@

Arguments

value
-

A suitable replacement value: it will be repeated a whole +

a suitable replacement value: it will be repeated a whole number of times if necessary and it may be coerced: see the Coercion section. If NULL, deletes the column if a single column is selected.

diff --git a/reference/index.html b/reference/index.html index 2f203c2..02a8cdf 100644 --- a/reference/index.html +++ b/reference/index.html @@ -147,7 +147,7 @@

Compatibility with sf and tsibble

Update the temporal cubble to include the tsibble class (tbl_ts)

-

fill_gaps(<temporal_cubble_df>) scan_gaps(<temporal_cubble_df>)

+

fill_gaps(<temporal_cubble_df>) scan_gaps(<temporal_cubble_df>) index_by(<temporal_cubble_df>)

Gap-filling on the temporal component of a cubble object

diff --git a/reference/tsibble.html b/reference/tsibble.html index d86c483..ef9f5cc 100644 --- a/reference/tsibble.html +++ b/reference/tsibble.html @@ -85,7 +85,10 @@

Gap-filling on the temporal component of a cubble object

fill_gaps(.data, ..., .full = FALSE, .start = NULL, .end = NULL) # S3 method for class 'temporal_cubble_df' -scan_gaps(.data, ...)
+scan_gaps(.data, ...) + +# S3 method for class 'temporal_cubble_df' +index_by(.data, ...)