nSerializedObjects: Get the number of the Objects in a table that is stored in a...

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
nSerializedObjects(tableName, database)

Arguments

tableName

table to append to

database

The Path to the database that stores the information

Value

A numeric

See Also

Other listAvailable: listExistingObjectsByTable, listExistingObjects, listExistingTables

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

nObjects<-nSerializedObjects("ListOfVectors","Example.DB")

identical(nObjects,1)

## End(Not run)

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