Learn R Programming

rotl (version 0.5.0)

studies_properties: Properties of the Studies

Description

Return the list of study properties that can be used to search studies and trees used in the synthetic tree.

Usage

studies_properties(...)

Arguments

...
additional arguments to customize the API request (see rotl package documentation).

Value

  • A list of the study properties that can be used to find studies and trees that are contributing to the synthetic tree.

Details

The list returned has 2 elements tree_properties and studies_properties. Each of these elements lists theadditional arguments to customize the API request properties that can be used to search for trees and studies that are contributing to the synthetic tree.

See Also

studies_find_trees

Examples

Run this code
all_the_properties <- studies_properties()
 unlist(all_the_properties$tree_properties)

Run the code above in your browser using DataLab