-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
32 lines (30 loc) · 1.08 KB
/
_pkgdown.yml
File metadata and controls
32 lines (30 loc) · 1.08 KB
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
url: https://www.gl-eb.me/tread/
template:
bootstrap: 5
light-switch: true
theme-dark: github-dark
reference:
- title: Read and Wrangle Data
desc: >
These functions use `readxl::read_xlsx()` to import data from Excel files
and then wrangle it into
[tidy format](https://vita.had.co.nz/papers/tidy-data.html)
for downstream plotting and analysis. You will want to use one of these
functions in most cases.
contents:
- tparse
- tunite
- title: Convert to Tidy Format
desc: >
These functions are what higher-level functions such as `tparse()` use
to convert the output of `readxl::read_xlsx()` into
[tidy format](https://vita.had.co.nz/papers/tidy-data.html). These functions for more specific use cases where the data type is known and side
effects of the higher-level functions are unwanted. The example data set
is mostly useful for debugging and understanding the inner workings of these
functions.
contents:
- single_time_single_reads
- single_time_multiple_reads
- time_series_single_reads
- time_series_multiple_reads
- traw