crsp_indicies_returns: CRSP monthly index returns

crsp_indicies_returnsR Documentation

CRSP monthly index returns

Description

This function returns data about monthly CRSP performance by index

Usage

crsp_indicies_returns(
  return_wide = FALSE,
  nest_data = F,
  return_message = TRUE
)

Arguments

return_wide

TRUE return data in wide form

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

The Center for Research in Security Prices

See Also

Other CRSP: crsp_files(), crsp_indicies_constituents()

Other index values: fred_symbols(), msci_realtime_index_values(), nareit_annual_subsector_returns(), nareit_monthly_returns()

Examples

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

abresler/fundManageR documentation built on April 1, 2024, 5:46 p.m.