This function returns data about monthly CRSP performance by index

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

Examples

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