Description Usage Arguments Value Examples
This function creates a subset (of random rows) of the yeast data set data frame. The seed argument resets the random number generator.
| 1 |   GetDataFrame(seed = 1)
 | 
| seed | a positive interger for the random number generator. Default 1. | 
A data frame with a random numer of rows
| 1 2 3 4 5 | ##Given the same student id
##the same data set is returned
d1 = GetDataFrame()
d2 = GetDataFrame(10)
identical(d1, d2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.