| minmax | R Documentation | 
Minimum and maximum
minmax(x, empty_result = NULL, nThread = getOption("hutilscpp.nThread", 1L))
x | 
 An atomic vector.  | 
empty_result | 
 What should be returned when   | 
nThread | 
 Number of threads to be used.  | 
Vector of two elements, the minimum and maximum of x, or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.