Learn R Programming

fundManageR (version 0.5.02210501)

nareit_state_info: NAREIT properties by state

Description

This function returns information about REIT owned holdings by state.

Usage

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: nareit_annual_subsector_returns, nareit_capital_raises, nareit_constituent_years, nareit_entities, nareit_industry_tracker, nareit_mergers_acquisitions, nareit_monthly_returns, nareit_notable_properties, nareit_property_msa, reit_funds

Other property data: nareit_notable_properties, nareit_property_msa

Examples

Run this code
# NOT RUN {
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