ht <- hux("Gooseberry", 2.15)
add_rows(jams, ht)
add_rows(jams, ht, after = 1)
mx <- matrix(
c("Sugar", "50%", "60%", "40%",
"Weight (g)", 300, 250, 300),
4, 2)
add_columns(jams, mx)
Run the code above in your browser using DataLab