File: formats.mmd

package info (click to toggle)
r-cran-tibble 3.1.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,008 kB
  • sloc: ansic: 317; sh: 10; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (3)
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
graph TD
  .csv --> Import
  API --> Import
  DBI --> Import
  dbplyr --> Import
  Import -.-> Format[Format for analysis]
  Format -.-> Tidy

  subgraph r4ds
  Import ==> Tidy
  Tidy ==> Transform
  Transform ==> Visualize
  Visualize ==> Model
  Model -.-> Transform
  Visualize ==> Communicate
  end

  Visualize -.-> FormatComm[Format for communication]
  FormatComm -.-> Communicate

  FormatComm -- Apply formatting early --> Format

  dbplyr -.-> Tidy
  dbplyr -.-> Transform
  dbplyr -.-> Visualize

  Communicate --> gt
  Communicate --> ggplot2
  Communicate --> DT
  Communicate --> plotly