Learn R Programming

fundManageR (version 0.5.0224)

crsp_indicies_constituents: CRSP index constituents

Description

This function returns information about a CRSP index's constituents

Usage

crsp_indicies_constituents(return_message = TRUE)

Arguments

return_message

TRUE return a message after data import

nest_data

TRUE return nested data frame

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_returns()

Other index constituents: msci_indicies_constituents(), nareit_constituent_years(), sp500_constituents()

Examples

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

Run the code above in your browser using DataLab