You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some thoughts about a vis_fct - it would require converting things that we want to see values of to factor first (for instance year, which should be stored as numeric)
Another option - what if any column with less than x unique values gets treated like a factor (ie different colors for values), and the value of x is an argument. (this could be done in vis_dat as opposed to a new function? vis_dat(x, colorfct = T, distincttofact = 10)
Similar to gg_miss_fct, vis_fct would instead display the values, rather than the % missing of a value.
The text was updated successfully, but these errors were encountered: