rdf_free: Free Memory Associated with RDF object

View source: R/rdf_free.R

rdf_freeR Documentation

Free Memory Associated with RDF object

Description

Free Memory Associated with RDF object

Usage

rdf_free(rdf, rm = TRUE)

Arguments

rdf

an rdf object

rm

logical, default TRUE. Remove pointer from parent.frame()? Usually a good idea since referring to a pointer after it has been removed can crash R.

Details

Free all pointers associated with an rdf object. Frees memory associated with the storage, world, and model objects.

Examples

rdf <- rdf()
rdf_free(rdf)
rm(rdf)

rdflib documentation built on Sept. 16, 2023, 9:07 a.m.