Description Usage Arguments Value Examples
View source: R/browse_structures.R
Gets all root structures and returns them in a data frame.
| 1 | tm_af_root_structures(token, ...)
 | 
| token | A valid access token | 
| ... | Additional arguments passed on to the underlying HTTP method.
This might be necessary if you need to set some curl options explicitly
via  | 
A data frame
| 1 2 3 4 5 6 | ## Not run: 
token <- tm_token()
tm_af_root_structures(token)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.