closebd5con: Close a persistent Format 5 connection

View source: R/format5.R

closebd5conR Documentation

Close a persistent Format 5 connection

Description

Explicitly closes the connection opened by openbd5con. Calling this is optional — the finalizer will close it on garbage collection or R exit — but explicit close is preferred to release the file handle promptly.

Usage

closebd5con(bd5con)

Arguments

bd5con

Object returned by openbd5con.

Value

NULL invisibly.


BinaryDosage documentation built on April 30, 2026, 1:09 a.m.