get_account_info: Get all account_info

Description Usage Arguments Value Examples

View source: R/get_account_info.R

Description

A view to get all account info, can be filtered. By default, SQL –> SELECT * FROM all_account_info;

Usage

1

Arguments

...

filtering expressions. i.e. account_asset_class == 'Cash'

Value

Returns a tibble with all account_info metadata.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_account_info(account_asset_class == 'Cash')
A tibble: 4 x 13
# account_info_id account_id quarter_lagged inception defunding exp_excess exp_te account_asset_cl~ account_category
# <int> <chr>               <int>     <dbl>     <dbl>      <dbl>  <dbl> <chr>             <chr>
# 1               1 Acc1                    1        NA        NA         NA     NA Cash              ""
# 2               2 Acc2                    1        NA        NA         NA     NA Cash              ""
# 3               3 Acc3                    1        NA        NA         NA     NA Cash              ""
# 4               4 Acc4                    1        NA        NA         NA     NA Cash              ""
# ... with 4 more variables: account_portfolio <chr>, account_sponsor <chr>, account_sub_portfolio <chr>,
#   account_sponsor_id <int>

AZASRS/AZASRS documentation built on Sept. 30, 2020, 9:26 p.m.