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
When pkg skimr is not installed, the fall-back fails:
data("WageData")
> wages <- panel_data(WageData, id = id, wave = t)
> summary(wages, lwage, exp, wks)
Loading required namespace: skimr
Failed with error: ‘there is no package called ‘skimr’’
Get better summaries of panel_data frames by installing the skimr package. Falling back to default summary.data.frame...
Error in UseMethod("select_") :
no applicable method for 'select_' applied to an object of class "function"
The text was updated successfully, but these errors were encountered:
When pkg
skimr
is not installed, the fall-back fails:The text was updated successfully, but these errors were encountered: