Description Usage Arguments Methods (by class) Examples
View source: R/account_topic_trees.R
Returns a tibble of topic trees associated with the account.
1 2 3 4 5 6 7  | topic_trees(x, ...)
## S3 method for class 'brandseyer2.account'
topic_trees(x, ...)
## S3 method for class 'list'
topic_trees(x, ...)
 | 
x | 
 A account or list of accounts.  | 
... | 
 Arguments for other methods.  | 
brandseyer2.account: Provides topic trees for account() objects.
list: Get topic trees for a list of accounts.
1 2 3 4 5  | account("TEST01AA") %>%
  topic_trees()
accounts(c("TEST01AA", "TEST02AA")) %>%
  topic_trees()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.