
This function OCRs a firm's brochure required for Part 2A of the Form-ADV
adv_managers_brochures(
entity_names = NULL,
crd_ids = NULL,
split_pages = TRUE,
nest_data = FALSE
)
vector names of the companies you want to search
numeric vector CRDs you want to search
TRUE
split brochure into individual pages
TRUE
return nested data frame
# NOT RUN {
adv_managers_brochures(entity_names = c('137 Ventures', 'Divco'), crd_ids = 156663, split_pages = TRUE, nest_data = TRUE)
# }
Run the code above in your browser using DataLab