knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

econdata

Lifecycle: experimental CRAN status

In Economics authors have collected their own research data or used external datasets. The goal of {econodata} is to provide a curated list of datasets that are used in the most influential economic papers.

Installation

# install.packages("devtools")
devtools::install_github("kvasilopoulos/econdata")

Usage

All data are stored as objects in unquoted name format.

library(econdata)

# Stock and Watson (2001) dataset
sw2001

Papers

library(knitr)
library(kableExtra)
# library(DT)
papers[,1:3] %>% 
  # DT::datatable()
  kable() %>%
  column_spec(1, width = "5em") %>%
  column_spec(2, width = "20em")

Contributing to the Package

If you want to contribute to the package:


Please note that the 'econdata' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



kvasilopoulos/econdata documentation built on Nov. 20, 2019, 11:24 p.m.