Learn R Programming

fundManageR (version 0.5.0110)

get_data_adv_managers_filings: Get detailed ADV form data for specified search name or CRD id

Description

Get detailed ADV form data for specified search name or CRD id

Usage

get_data_adv_managers_filings(search_names = NULL, crd_ids = NULL, all_sections = T, section_names = c("Registration", "Identifying Information", "Organization", "Successions", "Private Fund Reporting", "Direct Manager Owners", "Indirect Manager Owners", "Other Manager Information", "Manager Signatories"), flatten_tables = T, gather_data = F, assign_to_environment = T)

Arguments

search_names
Names of the entities you want to search
crd_ids
CRD ids you want to search
all_sections
Do you want to search all ADV Sections
section_names
If not all sections, which sections
flatten_tables
Do you want the data the data with singular values flattened into a single data frame
gather_data
Do you want the data in gathered form
assign_to_environment
Do you want to save the invidual data frames to your global environment

Examples

Run this code
get_data_adv_managers_filings(search_names = c('Blackstone Real Estate'), crd_ids = NULL, all_sections = T,  section_names = NULL, flatten_tables = T, gather_data = F, assign_to_environment = T)

Run the code above in your browser using DataLab