Pivot data frame to long format for easy printing
Usage
display_long(df, cols = dplyr::everything())
Arguments
- df
data frame
- cols
columns to pivot long, default is
dplyr::everything()
Pivot data frame to long format for easy printing
display_long(df, cols = dplyr::everything())
data frame
columns to pivot long, default is dplyr::everything()