Learn R Programming

fundManageR (version 0.5.02030319)

get_data_crsp_indicies_constituents: CRSP index constituents

Description

This function returns information about a CRSP index's constituents

Usage

get_data_crsp_indicies_constituents(nest_data = TRUE, return_message = TRUE)

Arguments

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: get_data_crsp_files, get_data_crsp_indicies_returns

Other index constituents: get_data_msci_indicies_constituents, get_data_nareit_constituent_years, get_data_sp500_constituents

Examples

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

Run the code above in your browser using DataLab