I have a markdown file with skimr::skim summaries of several dataframes. It will knit to html without issue, however when I try to knit to pdf I get the following error message:
I have tried changing to a different latex engine and knitting with a different font but the same error crops up each time. Removing the skim allows the file to knit fine. Is there any way to get these skimr summaries to work or should I look at alternative dataframe summaries?
You're right. I must have been doing something wrong earlier.
It would knit the skim to html without an issue, but there was an error to pdf though with the character encoding. Changing the engine to latex_engine to xelatex fixed it for me though.