Description Usage Arguments Value Examples
View source: R/chapter5_functions.R
View dataset Allows user to see a the first two rows of a given dataset.
1 | stata_list_2(dataset)
|
dataset |
|
the first two observations of a dataset in a table
1 2 3 4 5 6 7 | stata_list_2(caschool)
stata_list_2(mtcars)
## Not run:
stata_list_2(caschool, mtcars)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.