Learn R Programming

fundManageR (version 0.5.0224)

irei_entitites: IREI Entities

Description

Acquires a list of IREI tracked entities from 14 different parts of the "Commercial Real Estate Jungle"

Usage

irei_entitites(filter_type = NULL, return_message = TRUE)

Arguments

filter_type

filter entities types if NULL returns all options

  • Accounting

  • Brokerage Firms

  • Construction Companies

  • Consultants

  • Developers and Operating Companies

  • Investment Bankers

  • Investment Managers

  • Law Firms

  • Real Estate Finance

  • Real Estate Recruiters

  • Real Estate Research & Information Providers

  • Seminar & Conference Producers

  • Tax-exempt Funds

  • Trade Associations & Organizations

return_message

if TRUE returns a message

Value

a tibble

Examples

Run this code
# NOT RUN {
irei_entitites(filter_type = NULL)
irei_entities(filter_type = c("Investment Managers", "Tax-exempt Funds"))
# }

Run the code above in your browser using DataLab