forked from huizezhang-sherry/cubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
61 lines (59 loc) · 2.01 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
template:
params:
bootswatch: cosmo
reference:
- title: "The cubble class"
desc: >
A cubble object can be created from separate spatial and temporal component
with `make_cubble()`. Coercion from `tbl_df`, `ncdf4`, `stars` and `sftime`
objects is made available in `as_cubble()`.
contents:
- cubble
- as_cubble
- is_cubble
- print.cubble_df
- "[.spatial_cubble_df"
- key_vars.cubble_df
- title: "Main functionalities"
desc: >
A cubble object allows you to wrangle spatio-temporal data through pivoting
the data into its spatial and temporal component.
- contents:
- check_key
- face_temporal
- unfold
- match_sites
- geom_glyph
- title: "Compatibility with dplyr"
desc: >
The cubble class support on the following dplyr verbs: `mutate()`,
`filter()`, `arrange()`, `select()`, `group_by()`, `ungroup()`,
`summarise()`. `rename()`, `bind_cols()` `rowwise()`, `relocate()`,
the slice family (`slice_head()`, `slice_tail()`, `slice_max()`,
`slice_min()`, `slice_sample()`) and the join family (`left_join()`,
`right_join()`, `inner_join()`, `full_join()`, `anti_join()`, `semi_join()`)
- contents:
- arrange.temporal_cubble_df
- title: "Compatibility with sf and tsibble "
desc: >
You can promote the spatial component of a cubble object to also include
the sf class with `make_spatial_sf()` (or create initially with an sf object
in `make_cubble()`). The `sf` functionalities that work on the sf column
carry over to a cubble object. Similarly, the temporal component of a cubble
object can be updated to a tsibble object with `make_temporal_tsibble()`
(or created originally with a tsibble object in `make_cubble()`).
Functionalities applied to the tsibble class can then be applied to a temporal
cubble object.
- contents:
- make_spatial_sf
- make_temporal_tsibble
- fill_gaps.temporal_cubble_df
- title: "In-built data"
- contents:
- climate_aus
- stations
- river
- covid
- title: "Misc"
- contents:
- update_cubble