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

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

Source

IREI

Value

a tibble

Examples

if (FALSE) {
irei_entitites(filter_type = NULL)
irei_entities(filter_type = c("Investment Managers", "Tax-exempt Funds"))
}