I got the following error. Is there a way to saveRDS to stdout directly? Thanks.
R> saveRDS(1, stdout())
Error in saveRDS(1, stdout()) :
binary-mode connection required for ascii=FALSE
I got the following error. Is there a way to saveRDS to stdout directly? Thanks.
R> saveRDS(1, stdout())
Error in saveRDS(1, stdout()) :
binary-mode connection required for ascii=FALSE