powered by
colspan(ht) colspan(ht) <- value set_colspan(ht, row, col, value, byrow = FALSE)
NA
rowspecs
TRUE
colspan
set_colspan
ht
ht <- huxtable(a = 1:3, b = 1:3) colspan(ht)[1, 1] <- 2 colspan(ht) print_screen(ht, blank = '.')
Run the code above in your browser using DataLab