listExistingObjectsByTable: Get the names of the Objects by Axioserializer compliant...

Description Usage Arguments Value See Also Examples

Description

Get the names of the Objects by Axioserializer compliant tables in a SQLite database

Usage

1

Arguments

database

The Path to the database that stores the information

Value

A data.frame with two columns: Table and Objects

See Also

Other listAvailable: listExistingObjects, listExistingTables, nSerializedObjects

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
exampleVector<-c(1,2,3,4)
appendObjectToTable(exampleVector, "Example_Vector", "ListOfVectors","Example.DB")

ObjectTableDF<-listExistingObjectsByTable("Example.DB")

identical(ObjectTableDF,data.frame(Table="ListOfVectors",ObjectName="Example_Vector")

## End(Not run)

thebioengineer/AxioSerializer documentation built on May 12, 2019, 8:45 a.m.