get_benchmark_fund_relationship: Get relationships between funds and benchmarks...

Description Usage Arguments Value Examples

View source: R/get_benchmark_fund_relationship.R

Description

Finds all data from benchmark_info_id matched with pm_fund_info_id

Usage

1
2
3
4
5
6
get_benchmark_fund_relationship(
  con = AZASRS_DATABASE_CONNECTION(),
  bench_type = "PVT",
  get_all_benchmark_types = FALSE,
  return_tibble = FALSE
)

Arguments

con

is a database connection object from AZASRS::AZASRS_DATABASE_CONNECTION()

bench_type

is the type of benchmark. The default is 'PVT' which is private.

return_tibble

is a boolean that determines whether or not a tibble is returned instead

Value

Returns a tibble or database object

Examples

1
2
3
4
5
6
7
8
get_benchmark_fund_relationship(return_tibble = TRUE)
# A tibble: 282 x 3
# pm_fund_info_id benchmark_info_id benchmark_type
# <int>                <int>               <chr>
#  1                    53                 PVT
#  2                    53                 PVT
#  3                    53                 PVT
# ... with 279 more rows

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