Learn R Programming

fundManageR (version 0.5.0224)

nareit_mergers_acquisitions: NAREIT merger and acquisitions

Description

This function OCRs data on NAREIT member M&A activity since 2004.

Usage

nareit_mergers_acquisitions(
  pages = 32:33,
  nest_data = FALSE,
  return_message = TRUE
)

Arguments

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

return_wide

TRUE return data in wide form

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_industry_tracker(), nareit_monthly_returns(), nareit_notable_properties(), nareit_property_msa(), nareit_state_info(), reit_funds()

Other transaction data: dtcc_recent_trades(), dtcc_trades(), sec_securities_metrics_by_exchange()

Examples

Run this code
# NOT RUN {
nareit_mergers_acquisitions(nest_data = FALSE, return_message = TRUE)
# }

Run the code above in your browser using DataLab