Description Usage Arguments See Also Examples
Method used to create REARandom object that will be passed in API call to Random.org's generateUUIDs method.
1 2 3 | ## S4 method for signature 'REARandom,numeric,numeric'
setUniqueID(REARandomObject, id = 42,
n = 1)
|
REARandomObject |
an Object of class REARandom to prepare for generateUUIDs API call |
id |
An ID number used to match response to request. Defaults to 42. |
n |
The number of Unique Uniform IDentifiers to return (must be in [1, 1e3]) |
Other REARandom Constructor Methods: setApiKey
,
setBLOBs,REARandom,numeric,numeric,numeric,character-method
,
setDecimals,REARandom,numeric,numeric,numeric,logical-method
,
setIntegers,REARandom,numeric,numeric,numeric,numeric,logical,numeric-method
,
setNormal,REARandom,numeric,numeric,numeric,numeric,numeric-method
,
setStrings,REARandom,numeric,numeric,numeric,character,logical-method
1 2 3 4 5 6 7 8 9 | ## Not run:
# Create a new REARandom object
myNewReaRandomObject <- reaRandom() %>%
setUniqueID(id = 53,
n = 500)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.