-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
45 lines (45 loc) · 1.05 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: EconData
Type: Package
Title: Economics Datasets for R
Version: 1.0
Date: 2014-02-19
Author: Florian Oswald
Maintainer: <[email protected]>
Description: This package ships with a suite of datasets that I needed in
economic research over the years. All of them are avaiable in the public
domain, but none of them is an easy to use format. I provide the raw data
as well as the functions that convert the data into a useable R dataset.
License: GPL-3
URL: https://github.com/floswald/EconData
Imports:
reshape2,
XML,
xlsx
Depends:
zoo,
quantmod,
data.table,
stringr,
RCurl,
reshape2,
readxl
Collate:
'makers.r'
'EconData-package.R'
'doc_FHFA_msa.r'
'doc_FHFA_states.r'
'doc_medinc.r'
'doc_landvalues.r'
'doc_cpiausl.r'
'doc_CPIHOSSL.r'
'doc_distance.r'
'doc_states.r'
'doc_distTab.r'
'doc_FHFA_divs.r'
'doc_coord_states.r'
'doc_medinc_2012.r'
'doc_Migration.r'
'doc_ownership.r'
'doc_mortgage.r'
'doc_bankruptcy.r'
RoxygenNote: 5.0.1