df_preview: df_preview

Description Usage Arguments Details Value

Description

Preview a data frame (or tibble)

Usage

1
df_preview(a_df, n_rows = 300)

Arguments

a_df

a data.frame or compatible object.

n_rows

a number of rows to sample for the preview.

Details

Tibble has some issues with its pillar output and Emacs buffers. This function will sample a data frame or tibble and return a plain data.frame.

Value

a data.frame with n_rows


MilesMcBain/mmmisc documentation built on Aug. 4, 2020, 10:50 a.m.