-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
23 lines (23 loc) · 939 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: CongressData
Type: Package
Title: A Functional Tool for 'CongressData'
Version: 1.5.4
Authors@R: c(
person("Caleb", "Lucas", email = "[email protected]", role = c("aut", "cre")),
person("Ben", "Yoel", role = "ctb")
)
Description: A tool that imports, subsets, and exports the 'CongressData' dataset. 'CongressData' contains approximately 800 variables concerning all US congressional districts with data back to 1789. The dataset tracks district characteristics, members of Congress, and the political behavior of those members. Users with only a basic understanding of R can subset this data across multiple dimensions, export their search results, identify the citations associated with their searches, and more.
License: GPL-3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.50)
Imports:
stringr,
dplyr,
rlang,
fst,
curl,
tidyselect