rowheight-multicol

knitr::opts_chunk$set(echo = FALSE)
library(huxtable)
ht <- hux(a = 1:2, b = 1:2)
row_height(ht) <- c('50pt', '50pt')
colspan(ht)[2, 1] <- 2
ht


Try the huxtable package in your browser

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

huxtable documentation built on Dec. 28, 2022, 1:09 a.m.