ht <- huxtable(
column1 = 1:5,
column2 = letters[1:5]
)
ht
tribble_hux(
~ Name, ~ Salary,
"John Smith", 50000,
"Jane Doe", 50000,
"David Hugh-Jones", 50000,
add_colnames = TRUE
)
Run the code above in your browser using DataLab