Returns the date of the current release of the Phenoscape Knowledgebase (KB) and counts of annotated matrices, taxa, phenotypes, characters, and states.
get_KBinfo() # S3 method for KBinfo print(x, ..., tz = "")
x | the object of class "KBinfo" to be printed |
---|---|
... | additional paramaters that might be passed to print methods, ignored here |
tz | the timezone in which to print timestamp values, defaults to local timezone |
A list of class "KBinfo" with summary statistics of annotation counts and other KB metadata (specifically, a timestamp for the current KB build).
#> [1] "annotated_taxa" "annotated_characters" "annotated_matrices" #> [4] "annotated_states" "build_time"kbmeta#> Annotated taxa: 6206 #> Annotated characters: 13364 #> Annotated matrices: 230 #> Annotated states: 26905 #> Build time: 2020-04-08 16:37:21 EDT