View source: R/count_logical.R
| count_logical | R Documentation | 
Count the number of FALSE, TRUE, and NAs.
count_logical(x, nThread = getOption("hutilscpp.nThread", 1L))
| x | A logical vector. | 
| nThread | Number of threads to use. | 
A vector of 3 elements: the number of FALSE, TRUE, and
NA values in x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.