Gets the complete list of available assets and returns it as a data frame.

tm_af_assets(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 with asset information. Each row represents a single asset and the columns represent specific asset properties.

Examples

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