Cross Table of 5 Variables

Can you provide so usable sample data? A handy way to supply sample data is to use the dput() function. See ?dput. If you have a very large data set then something like head(dput(myfile), 100) will likely supply enough data for us to work with.

You may also find this useful:

How to produce a
reproducible example (reprex)