docs
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-24 14:43:50 +01:00
commit e9422a418b
No known key found for this signature in database
17 changed files with 173 additions and 48 deletions

View file

@ -18,5 +18,5 @@ data frame
Removes columns with completenes below cutoff
}
\examples{
data.frame(a=1:10,b=NA, c=c(2,NA)) |> remove_empty_cols(cutoff=.5)
data.frame(a = 1:10, b = NA, c = c(2, NA)) |> remove_empty_cols(cutoff = .5)
}