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:
Error in kable_latex(x = c("Name", "Number of rows", "Number of columns", : unused argument (table.attr = "style='width: auto; '\n class='table table-condesned'") Calls: ... knit_print -> knit_print.skim.df -> -> do.call Execution halted
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?