Skip to content

summary.panel_data's fall-back does not work #24

Description

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions