R Markdown

Esse gráfico mostra como os dados do NHS são organizados por hierarquia

library(collapsibleTree)
library(RColorBrewer)
library(fingertipsR)
options(scipen = 100)
fingertips <- indicators()

collapsibleTree(linkLength = 200, fingertips, hierarchy = c("ProfileName", "DomainName", "IndicatorName"), height = 1000, width = 1200, tooltip = TRUE, fillByLevel = TRUE)