listExistingObjects: Get the names of the Objects in a table that is stored in a...

Description Usage Arguments Value See Also Examples

Description

Get the names of the Objects in a table that is stored in a SQLite database

Usage

1
listExistingObjects(tableName, database)

Arguments

tableName

table to append to

database

The Path to the database that stores the information

Value

A character vector of objects stored in the table

See Also

Other listAvailable: listExistingObjectsByTable, 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")

objectNameVector<-listExistingObjects("ListOfVectors","Example.DB")

identical(objectNameVector,"Example_Vector")

## End(Not run)

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