inst/examples/titanic_shiny/global.r

library(reshape2)
library(shiny)
library(stringr)
library(DT)
library(plyr)
library(dplyr)
library(d3Tree)

m=Titanic%>%data.frame%>%mutate(NEWCOL=NA)%>%distinct

Try the d3Tree package in your browser

Any scripts or data that you put into this service are public.

d3Tree documentation built on Dec. 15, 2020, 5:08 p.m.