R is an integrated suite of software facilities for data manipulation, calculation and graphical display
library(DiagrammeR) hangs<-"graph TB subgraph High Level D[Data] --> R[Read into memory] R --> DM[Data manipulation] DM --> V[Visualisation] DM --> S[Statistical Analysis] DM --> O[Output] S --> V V --> Do[Document] Do --> O V --> I[Interactive report] I --> O end subgraph Package View Dp[RDBMS, flat file, nosql, xml] --> Rp[data.table, RODBC, httr, rvest, readxl, readr,...] Rp --> DMp[data.table, dplyr, zoo, lubridate, stringr, ...] DMp --> Vp[ggplot2, DiagrammeR, ggvis, googleVis, ...] DMp --> Sp[caret, survival, nnet, ...] DMp --> Op[base, readr, RODBC, ...] Sp --> Vp Vp --> Dop[knitr, rmarkdown, ...] Dop --> Op Vp --> Ip[shiny, ...] Ip --> Op end" mermaid(hangs)
I lied...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.