-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 922 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
24
25
26
27
Package: claimsdb
Title: Relational Data from the CMS Data Entrepreneurs Synthetic PUF for Learning and Teaching
Version: 0.0.1
Authors@R:
person("Josh", "Fangmeier", , "jfangmeier@gmail.com", role = c("aut", "cre"))
Description: Provides health insurance claims and enrollment data from the CMS Data Entrpreneurs
Synthetic PUF in a set of relational tables or as a database in 'DuckDB'.
This package includes data for 500 randomly selected Medicare beneficiaries
from 2008. Full data files are available from CMS.
<https://www.cms.gov/Research-Statistics-Data-and-Systems/Downloadable-Public-Use-Files/SynPUFs/DE_Syn_PUF>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 2.10)
LazyData: true
Imports:
duckdb,
DBI,
magrittr,
tibble,
dplyr,
dbplyr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3