mash_table(
head = head(cars),
tail = tail(cars),
mash_method = 'col'
)
as_Composite_table(data.frame(
apple.fruit = 1,
kiwi.fruit = 2,
dog.animal = 1,
black.cat.animal = 2,
parrot.animal = 3
))
Run the code above in your browser using DataLab