Learn R Programming

fundManageR (version 0.5.02030319)

get_data_nareit_constituent_years: NAREIT index constituency data by year

Description

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

Usage

get_data_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 data_frame or data_frame if nest_data = FALSE

References

National Association of Real Estate Investment Trusts

See Also

Other NAREIT: get_data_nareit_annual_subsector_returns, get_data_nareit_capital_raises, get_data_nareit_entities, get_data_nareit_industry_tracker, get_data_nareit_mergers_acquisitions, get_data_nareit_monthly_returns, get_data_nareit_notable_properties, get_data_nareit_property_msa, get_data_nareit_state_info, get_data_reit_funds, get_reit_entity_dictionary

Other index constituents: get_data_crsp_indicies_constituents, get_data_msci_indicies_constituents, get_data_sp500_constituents

Examples

Run this code
# NOT RUN {
get_data_nareit_constituent_years(years = 1991:2016, resolve_names = TRUE, nest_data = TRUE, return_message = TRUE)
# }

Run the code above in your browser using DataLab