We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f745e85 commit 19a5181Copy full SHA for 19a5181
man/efficient-programming.Rd
@@ -69,7 +69,7 @@ na_focb(x, set = FALSE) # (by reference). These also support lists (NULL/emp
69
na_omit(X, cols = NULL, # Faster na.omit for matrices and data frames,
70
na.attr = FALSE, # can use selected columns to check, attach indices,
71
prop = 0, ...) # and remove cases with a proportion of values missing
72
-na_insert(X, prop = 0.1, # Insert missing values at random
+na_insert(X, prop = 0.1, # Insert missing values at random (by reference)
73
value = NA, set = TRUE)
74
missing_cases(X, cols=NULL, # The opposite of complete.cases(), faster for DF's.
75
prop = 0, count = FALSE) # See also kit::panyNA(), kit::pallNA(), kit::pcountNA()
0 commit comments