listExistingTables: Get the names of the Axioserializer compliant tables in a...

Description Usage Arguments Value See Also Examples

Description

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

Usage

1

Arguments

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, listExistingObjects, 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")

tableVector<-listExistingTables("Example.DB")

identical(tableVector,"ListOfVectors")

## End(Not run)

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