knitr::opts_chunk$set(echo = TRUE) library(DiagrammeR)
cran_master <- readRDS('./data/oss/working/CRAN_2018/Cran_full_table.RDS') cran_all <- nrow(cran_master)
cran_all
consort <- file(here::here("./src/consort/consort.dot")) grViz(diagram = consort) close(consort)
grViz(here::here("./src/consort/consort.dot"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.