nareit_state_info: NAREIT properties by state

nareit_state_infoR Documentation

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 tibble or tibble 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

## Not run: 
nareit_state_info(include_reit_hq = TRUE, include_reit_holdings = TRUE, nest_data = TRUE, return_message = TRUE)

## End(Not run)

abresler/fundManageR documentation built on April 1, 2024, 5:46 p.m.