cellosaurus_fields | R Documentation |
This function retrieves the list of fields available in the Cellosaurus schema.
It internally calls the .cellosaurus_schema()
function to fetch the schema
and extracts the list of fields from it.
cellosaurus_fields(common = FALSE, upper = FALSE)
common |
Logical indicating whether to return only the common fields. Default is FALSE. |
upper |
Logical indicating whether to return the fields in uppercase. Default is FALSE. |
A character vector containing the list of fields in the Cellosaurus schema.
cellosaurus_fields()
cellosaurus_fields(common = TRUE)
cellosaurus_fields(upper = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.