database_summary | R Documentation |
The 'annotations_summary' and 'intercell_summary' query types return detailed information on the contents of these databases. It includes all the available resources, fields and values in the database.
database_summary(query_type, return_df = FALSE)
query_type |
Character: either "annotations" or "intercell". |
return_df |
Logical: return a data frame instead of list. |
Summary of the database contents: the available resources, fields, and their possible values. As a nested list if format is "json", otherwise a data frame.
annotations_summary <- database_summary('annotations')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.