Skip to content
Prev 384145 / 398502 Next

Creating file from raw connection

Thanks Duncan

From: Duncan Murdoch <murdoch.duncan at gmail.com>
Sent: Friday, May 29, 2020 15:36
To: Sebastien Bihorel <Sebastien.Bihorel at cognigencorp.com>; r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] Creating file from raw connection 
?
On 29/05/2020 3:00 p.m., Sebastien Bihorel via R-help wrote:
It depends on how the .xlsx was put in to the database and then 
extracted into R, but if it's just a copy of a file from disk, 
writeBin() will write it without changes.

Duncan Murdoch