Miscellaneous/examples/titanic_shiny/global.r

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

m <- Titanic |>
  tibble::as_tibble() |>
  dplyr::mutate(NEWCOL = NA) |>
  dplyr::distinct()
metrumresearchgroup/d3Tree documentation built on Feb. 4, 2024, 6:33 p.m.