-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 806 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: ef2
Type: Package
Title: Tools for building and maintaining the IRS 990 efiler database.
Version: 0.1.0
Author: Jesse Lecy [aut, cre]
Description: Provides tools for retrieving, parsing, and flattening IRS 990 e-file XML data into relational form,
including schema alignment, batch processing, and DuckDB integration. Supports large-scale ingestion and
alignment of IRS e-file data using concordance crosswalks and parallelized retrieval.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.2)
Imports:
DBI,
duckdb,
httr,
xml2,
dplyr,
purrr,
furrr,
future,
tidyr,
stringr,
data.table,
tictoc,
aws.signature,
irs990efile
Suggests:
roxygen2,
testthat
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3