Learn R Programming

Rparadox (version 0.2.2)

pxlib_close_file: Close a Paradox database file

Description

This function explicitly closes a Paradox database file associated with a pxdoc_t external pointer and releases its resources.

Usage

pxlib_close_file(pxdoc)

Value

Invisible NULL.

Arguments

pxdoc

An external pointer of class 'pxdoc_t' obtained from pxlib_open_file().