Description Usage Arguments Value Examples
The first n columns and last m columns are shown. This avoids clutter in a workbook e.g., when a dataframe has > 100 columns.
1 | quick_look(df, first = 5, last = 3)
|
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. |
Returns the dataframe without all columns that contain the string.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.