tcpldbStats | R Documentation |
tcpldbStats
takes a string(type) and an optional parameter(val) to return the summary statistics on the entire tcpl database
When type = "all" the val is ignored. the function returns the number of distinct spid and aeids in the database at each level
When type = "aeid", the val parameter has to be a valid aeid in the database. The function returns a
table consisting of the number of distinct spids at each level of processing for the aeid given in 'val'
When type = "spid", the val parameter has to be a valid spid in the database. The function returns a
table consisting of the number of distinct aeids at each level of processing for the given spid in 'val'
tcpldbStats(type = "all", val = NULL)
type |
String either "all", "aeid" or "spid" |
val |
integer if type = "aeid" , string if type = "spid" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.