I have created data frames in r markdown but they will not print or display in the output. The data frames are in the global environment, and the data are correct. However, instead of displaying the results, markdown is printing all NAs and 0 rows messages.
How do I get the actual data frame to print?