We really need a reproducible example (reprex)
For the immediate problem : Avez-vous chargé pander?
library(skimr) library(pander) library(carData) # to get TitanicSurvival data titanic <- TitanicSurvival pander(skim(titanic), split.tables=Inf)