programs | R Documentation |
Crosswalk between NBER program codes, descriptions and categories.
data(programs)
Data frame with columns
Program code.
Program description.
Program category based on Chari and Goldsmith-Pinkham (2017).
National Bureau of Economic Research
Chari, A. and P. Goldsmith-Pinkham (2017). Gender Representation in Economics Across Topics and Time: Evidence from the NBER Summer Institute. NBER Working Paper No. 23953, National Bureau of Economic Research.
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.