close,BinaryReader-method | R Documentation |
Close the connection associated with a BinaryReader or BinaryWriter object.
## S4 method for signature 'BinaryReader'
close(con)
## S4 method for signature 'BinaryWriter'
close(con)
con |
The BinaryReader or BinaryWriter object to close. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.