File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1864,12 +1864,12 @@ setMethod("crosstab",
18641864# ' df <- as.data.frame(irisDF[irisDF$Species == "setosa", ])
18651865# ' }
18661866setGeneric ("as.data.frame ")
1867- setMethod (f = "as.data.frame ", signature = "DataFrame", definition =
1868- function (x , ... ) {
1869- # Check if additional parameters have been passed
1870- if (length(list (... )) > 0 ) {
1871- stop(paste(" Unused argument(s): " , paste(list (... ), collapse = " , " )))
1872- }
1873- return (collect(x ))
1867+ setMethod (f = "as.data.frame ", signature = "DataFrame", definition =
1868+ function (x , ... ) {
1869+ # Check if additional parameters have been passed
1870+ if (length(list (... )) > 0 ) {
1871+ stop(paste(" Unused argument(s): " , paste(list (... ), collapse = " , " )))
18741872 }
1873+ return (collect(x ))
1874+ }
18751875)
You can’t perform that action at this time.
0 commit comments