powered by
Checks whether a data set (data.frame or tibble) has been assigned panel identifiers in the pmdplyr format. If so, returns those identifiers.
data.frame
tibble
pmdplyr
is_pibble(.df, .silent = FALSE)
Data frame or tibble
Set to TRUE to suppress output reporting what the panel identifiers are. Defaults to FALSE
# NOT RUN { data(Scorecard) Scorecard <- as_pibble(Scorecard, .i = "unitid", .t = "year") is_pibble(Scorecard) # }
Run the code above in your browser using DataLab