papers | R Documentation |
Data frame containing working paper attributes.
data(papers)
Data frame with columns
Working paper number.
Publication year.
Publication month.
Title.
Publication outlet code:
"Top five" journal (i.e., American Economic Review, Econometrica, Journal of Political Economy, Quarterly Journal of Economics, or Review of Economic Studies).
Other journal.
Book or book chapter.
If published in multiple outlets then uses lowest code. Unpublished papers have NA values. Publication statuses last updated on March 26, 2022.
National Bureau of Economic Research
papers if (require('dplyr')) { papers %>% count(year) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.