Learn R Programming

fundManageR (version 0.5.02030319)

get_data_nareit_state_info: NAREIT properties by state

Description

This function returns information about REIT owned holdings by state.

Usage

get_data_nareit_state_info(include_reit_hq = TRUE,
  include_reit_holdings = TRUE, nest_data = TRUE, return_message = TRUE)

Arguments

include_reit_hq

TRUE include REIT headquarter locations

include_reit_holdings

TRUE include REIT aggregate holdings

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

Value

nested data_frame or data_frame if nest_data = FALSE

References

National Association of Real Estate Investment Trusts

See Also

Other NAREIT: get_data_nareit_annual_subsector_returns, get_data_nareit_capital_raises, get_data_nareit_constituent_years, get_data_nareit_entities, get_data_nareit_industry_tracker, get_data_nareit_mergers_acquisitions, get_data_nareit_monthly_returns, get_data_nareit_notable_properties, get_data_nareit_property_msa, get_data_reit_funds, get_reit_entity_dictionary

Other property data: get_data_nareit_notable_properties, get_data_nareit_property_msa

Examples

Run this code
# NOT RUN {
get_data_nareit_state_info(include_reit_hq = TRUE, include_reit_holdings = TRUE, nest_data = TRUE, return_message = TRUE)
# }

Run the code above in your browser using DataLab