Learn R Programming

fundManageR (version 0.5.02030319)

get_data_irei_entitites: IREI Entities

Description

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

Usage

get_data_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 data_frame

Examples

Run this code
# NOT RUN {
#' \dontrun{
get_data_irei_entitites(filter_type = NULL)
get_data_irei_entities(filter_type = c("Investment Managers", "Tax-exempt Funds"))
}
# }

Run the code above in your browser using DataLab