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
)

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

Value

Examples

adv_managers_brochures(entity_names = c('137 Ventures', 'Divco'), crd_ids = 156663, split_pages = TRUE, nest_data = TRUE)