Ivan Krylov
2025-Jan-21 13:17 UTC
[R] Regarding Issue Running Parallel Computing on Linux RHEL version 8
? Mon, 20 Jan 2025 13:45:25 +0000 "Huseni, Sadamhusen" <Sadamhusen.Huseni at genpact.com> ?????:> Error in as.data.frame.default(x[[i]], optional = TRUE) : > cannot coerce class ?"call"? to a data.frame > Calls: write.table ... data.frame -> as.data.frame -> > as.data.frame.defaultThe underlying issue is that somehow the code gave a function call instead of a data.frame or a matrix as an argument to write.table: write.table(quote(any_function())) It may help to run the script with options(error = recover) set or make use of other debugging tips in the free book R Inferno <https://www.burns-stat.com/documents/books/the-r-inferno/> to find out how that happened. -- Best regards, Ivan
Reasonably Related Threads
- Regarding Issue Running Parallel Computing on Linux RHEL version 8
- Regarding Issue Running Parallel Computing on Linux RHEL version 8
- Regarding Issue Running Parallel Computing on Linux RHEL version 8
- Regarding Issue Running Parallel Computing on Linux RHEL version 8
- paired raster boxplots