This function returns aggregated REIT owned properties by Metropolitan Statistical Area [MSA].

nareit_property_msa(nest_data = TRUE, return_message = TRUE)

Arguments

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_property_msa(nest_data = TRUE, return_message = TRUE)
}