R is an integrated suite of software facilities for data manipulation, calculation and graphical display
library(DiagrammeR) hangs<-"graph TB 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 S --> W[Webservice] W --> I W --> O" mermaid(hangs)
hangs<-"graph LR 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, vegalite, ...] DMp --> Sp[caret, survival, nnet, ...] DMp --> Op[base, readr, RODBC, ...] Sp --> Vp Vp --> Dop[knitr, rmarkdown, ...] Dop --> Op Vp --> Ip[shiny, ...] Ip --> Op Sp --> Wp[AzureML, jug, ...] Wp --> Ip Wp --> Op" mermaid(hangs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.