Description Usage Arguments Value Examples
View source: R/chapter5_functions.R
Gives a glimpse of the dataset. Provides detailed information of the dataset including the first 10 values of each of the columns.
1 | stata_desc(dataset)
|
dataset |
|
list of the dataset attributes including every column of the dataset
1 2 3 4 5 6 7 | stata_desc(caschool)
stata_desc(mtcars)
## Not run:
stata_desc(caschool, mtcars)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.