paper_programs | R Documentation |
Crosswalk between NBER working papers and programs.
data(paper_programs)
Data frame with columns
Working paper number.
Program code.
National Bureau of Economic Research
paper_programs if (require('dplyr')) { paper_programs %>% count(program) %>% left_join(programs) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.