This function returns information about REIT owned holdings by state.

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

Examples

if (FALSE) {
nareit_state_info(include_reit_hq = TRUE, include_reit_holdings = TRUE, nest_data = TRUE, return_message = TRUE)
}