tm_token()
fetches a Bearer access token from TrendMiner which is used for any subsequent API requests.
-
tm_af_search_assets()
searches for assets and tags in the asset framework based on a query. -
tm_af_assets()
gets the complete list of available assets. -
tm_af_tags()
gets the complete list of available tags. -
tm_af_root_structures()
gets all root structures. -
tm_af_child_structures()
gets all child structures of a structure. -
tm_af_descendant_structures()
gets all descendants (the entire structure subtree) of a structure.
tm_ts_interpolated_data()
gets interpolated time series data by tag name
- New introduction vignette (see
vignette("trendminer")
) to help you get up and running with trendminer.