Returns a tibble of topic trees associated with the account.
topic_trees(x, ...) # S3 method for brandseyer2.account topic_trees(x, ...) # S3 method for 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.
#> # A tibble: 1 x 6 #> id name description deleted forClassification children #> <int> <chr> <chr> <lgl> <lgl> <list> #> 1 1001 Tree of Topics Topics come from here FALSE FALSE <int [1]>#> # A tibble: 1 x 7 #> account id name description deleted forClassificati… children #> <chr> <dbl> <chr> <chr> <lgl> <lgl> <list> #> 1 TEST01AA 1001 Tree of To… Topics come from… FALSE FALSE <int [1…