Learn R Programming

fundManageR (version 0.5.0224)

nareit_industry_tracker: NAREIT quarterly industry tracking data

Description

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

Usage

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

Other NAREIT: nareit_annual_subsector_returns(), nareit_capital_raises(), nareit_constituent_years(), nareit_entities(), nareit_mergers_acquisitions(), nareit_monthly_returns(), nareit_notable_properties(), nareit_property_msa(), nareit_state_info(), reit_funds()

Examples

Run this code
# NOT RUN {
nareit_industry_tracker(return_message = TRUE, return_wide = TRUE)
# }

Run the code above in your browser using DataLab