Description Usage Arguments Value Author(s)
View source: R/summary_functions.R
This function is designed to be used internally.
1 2 |
x |
A numeric vector. |
na_type |
A vector of strings that defines the type of missing value criteria e.g "n", "con", "prop", "FUN". |
na_consecutive_n |
An integer that defines the maximum number of allowed consecutive missing values. |
na_max_n |
An integer that defines the maximum number of allowed missing values. |
na_min_n |
An integer that defines the minimum number of allowed missing values. |
na_max_prop |
An integer that defines the maximum allowed proportion of missing values. |
na_FUN |
A function that returns a boolean. |
... |
Additional arguments that could be passed internally. |
A boolean check.
Shadrack Kibet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.