Learn R Programming

fundManageR (version 0.5.0110)

get_data_sec_municipal_advisors: Get SEC registered municipal dealers

Description

Get SEC registered municipal dealers

Usage

get_data_sec_municipal_advisors(only_most_recent = TRUE, years = NULL, months = NULL, nest_data = FALSE, return_message = TRUE)

Arguments

only_most_recent
return only most recent year
years
years to include
months
months to include
nest_data
nest the data
return_message
return a message

Examples

Run this code
get_data_sec_municipal_advisors(only_most_recent = TRUE)
get_data_sec_municipal_advisors(only_most_recent = FALSE, years = 2016:2017, nest_data = TRUE)

Run the code above in your browser using DataLab