Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelff committed Oct 30, 2024
1 parent d39b364 commit 6f8a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/uniquePresent.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
##' result is a single unique value (e.g., within subjects). A
##' typical use is carrying subject-level covariates from one data
##' set to another in a longitudinal analysis.
##' @param a vector of same class as `x`
##' @return a vector of same class as `x`
##' @export
uniquePresent <- function(x,req.n1=TRUE,na.pattern){
if(missing(na.pattern)) na.pattern <- "^ *$"
Expand Down

0 comments on commit 6f8a9f1

Please sign in to comment.