Skip to content

Instantly share code, notes, and snippets.

View GitHunter0's full-sized avatar

GitHunter0

  • Genei Ryodan
View GitHub Profile
@stla
stla / DT_childTables.R
Last active January 9, 2023 15:12
Child tables for DT (R package)
library(DT)
## data
dat <- data.frame(
Sr = c(1.5, 2.3),
Description = c("A - B", "X - Y")
)
## details of row 1
subdat1 <- data.frame(
Chromosome = "chr18",