These functions create vectors of numerics, logicals or characters. Given a seed, the functions will always return the same subset.
1 2 3 4 5 | GetNumericVector(seed = 1)
GetLogicalVector(seed = 1)
GetCharacterVector(seed = 1)
|
seed |
A positive interger for the random number generator. Default 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.