Browse code

Fix documentation for preserveShape

const-ae authored on 28/09/2020 11:42:24
Showing 1 changed files

... ...
@@ -20,7 +20,7 @@ object}
20 20
   rows = NULL,
21 21
   cols = NULL,
22 22
   ties.method = c("max", "average", "min"),
23
-  preserve.shape = TRUE,
23
+  preserveShape = TRUE,
24 24
   na.handling = c("keep", "last")
25 25
 )
26 26
 }