Learn R Programming

fundManageR (version 0.5.02210501)

crsp_indicies_returns: CRSP monthly index returns

Description

This function returns data about monthly CRSP performance by index

Usage

crsp_indicies_returns(return_wide = FALSE, nest_data = TRUE,
  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 data_frame or data_frame 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

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

Run the code above in your browser using DataLab