Description Usage Arguments Value Examples
Print the output of all of these functions at once. Redundant but useful.
1 |
df |
dataframe that you wish to apply this function to. Can also call a vector/matrix with data.frame(df) |
returns the dataframe DIMensions rows then columns; HEAD output first 6 rows; TAIL output last 6 rows
1 2 | dimheadtail(CogLin_Data)
dimheadtail(data.frame(CogLin_Data))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.