Description Usage Arguments Details Examples
View source: R/random_generators.R
A Wrapper to R random number generators that follows the same semantics as the other data generating functions.
| 1 2 | 
| fun | Function to be called | 
| cols | Column name | 
| size | Number of rows to be generated | 
| integers | Coerce the results to integers (using
 | 
| lower | Lower limit | 
| upper | Upper limit | 
The function can be used to call R random number
generators like runif,
rnorm, rpois, etc. that
accept 'n' as the number of values to be generated. The unnamed
arguments are passed to these functions. Examples illustrate best
the usage of this function.
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.