Can someone help with visdat usage

Hi everyone! I am unable to visualise my data using vis_cat(ebola_sierra_leone) I had to use
visdat::vis_dat(ebola_sierra_leone)
Please help

I do not think the command vis_cat exists.
vis_dat() works if {visdat} is loaded

library(visdat)
vis_dat(mtcars)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.