Skip to content

Commit 19a5181

Browse files
committed
Minors.
1 parent f745e85 commit 19a5181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/efficient-programming.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ na_focb(x, set = FALSE) # (by reference). These also support lists (NULL/emp
6969
na_omit(X, cols = NULL, # Faster na.omit for matrices and data frames,
7070
na.attr = FALSE, # can use selected columns to check, attach indices,
7171
prop = 0, ...) # and remove cases with a proportion of values missing
72-
na_insert(X, prop = 0.1, # Insert missing values at random
72+
na_insert(X, prop = 0.1, # Insert missing values at random (by reference)
7373
value = NA, set = TRUE)
7474
missing_cases(X, cols=NULL, # The opposite of complete.cases(), faster for DF's.
7575
prop = 0, count = FALSE) # See also kit::panyNA(), kit::pallNA(), kit::pcountNA()

0 commit comments

Comments
 (0)