# NOT RUN {
library(huxtable)
ht <- huxtable(
column1 = 1:5,
column2 = letters[1:5]
)
rtf <- rtf_doc(ht, list(hf_line("aTitle")))
header_height(rtf)
# Returns 0.5, the default
footer_height(rtf) <- 1
# Sets footer_height to 1
# }
Run the code above in your browser using DataLab