quick_look: Show a preview of a dataframe, even a high-dimensional one....

Description Usage Arguments Value Examples

View source: R/quick_look.R

Description

The first n columns and last m columns are shown. This avoids clutter in a workbook e.g., when a dataframe has > 100 columns.

Usage

1
quick_look(df, first = 5, last = 3)

Arguments

df

Any nonempty dataframe.

first

The numbers of columns, starting from the left of the dataframe, to be shown.

last

THe number of columns, starting from the right of the dataframe, to be shown.

Value

Returns the dataframe without all columns that contain the string.

Examples

1

julianbarg/DataAnalysisTools documentation built on April 9, 2020, 11:43 a.m.