This function acquires FTSE NAREIT monthly return data by sector from 1971 to the prior month's end.

nareit_monthly_returns(return_wide = TRUE, return_message = TRUE)

Arguments

return_wide

TRUE return data in wide form

return_message

TRUE return a message after data import

Value

tibble

References

National Association of Real Estate Investment Trusts

See also

Examples

if (FALSE) {
nareit_monthly_returns(return_wide = FALSE)
}