Learn R Programming

fundManageR (version 0.5.0113)

get_data_adv_managers_brochures: OCR IAPD Managers Brochures

Description

This function OCRs a firm's brochure required for Part 2A of the Form-ADV

Usage

get_data_adv_managers_brochures(entity_names = NULL, crd_ids = NULL, split_pages = TRUE, nest_data = FALSE)

Arguments

entity_names
vector names of the companies you want to search
crd_ids
numeric vector CRDs you want to search
split_pages
TRUE split brochure into individual pages
nest_data
TRUE return nested data frame

Examples

Run this code
get_data_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