Skip to contents

Retrieve and prepare the NCCS BMF master

Usage

bmf_retrieve(
  source = .EFILE_BMF_URL,
  vars = .EFILE_BMF_VARS,
  eins = NULL,
  strict = FALSE,
  verbose = TRUE
)

Arguments

source

URL, local CSV path, or in-memory data frame.

vars

Native BMF fields to retain.

eins

Optional EIN2 values used to filter before preparation.

strict

Error when requested fields are unavailable.

verbose

Print retrieval and preparation messages.

Value

A prepared BMF data frame.