This function acquires data on NAREIT performance metrics including Funds From Operation [FFO], Dividends, and Net Operating Income from 2000.

nareit_industry_tracker(
  nest_data = FALSE,
  return_wide = TRUE,
  return_message = TRUE
)

Arguments

nest_data

TRUE return nested data frame

return_wide

TRUE return data in wide form

return_message

TRUE return a message after data import

Value

nested tibble or tibble if nest_data = FALSE

See also

Examples

if (FALSE) {
nareit_industry_tracker(return_message = TRUE, return_wide = TRUE)
}