# NOT RUN {
long_text <- paste(
rep("Some long text.", 10),
collapse = " "
)
ht <- huxtable(Long = long_text)
width(ht) <- 0.2
wrap(ht) <- TRUE
# }
# NOT RUN {
quick_html(ht)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab