This function allows the user to acquire data on companies in the FTSE NAREIT index for a given year.

nareit_constituent_years(
  years = 2010:2016,
  resolve_names = TRUE,
  nest_data = TRUE,
  return_message = TRUE
)

Arguments

years

vector of years to search starting in 1991

resolve_names

TRUE resolve mis-spelled or abbreviated names

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

nareit_constituent_years(years = 1991:2016, resolve_names = TRUE, nest_data = TRUE, return_message = TRUE)