Gets all root structures and returns them in a data frame.

tm_af_root_structures(token, ...)

Arguments

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 config.

Value

A data frame

Examples

if (FALSE) { token <- tm_token() tm_af_root_structures(token) }