Closes any open database connections held by a phip_data
object. This includes the main data_long backend connection and any
peptide-library connection stored in attributes or metadata. The method is
idempotent and safe to call multiple times.
Usage
# S3 method for class 'phip_data'
close(con, ...)Examples
pd <- load_example_data()
close(pd)