paper_authors {nberwp} | R Documentation |
Data frame containing paper-author correspondences.
data(paper_authors)
Data frame with columns
Working paper number.
Author ID.
National Bureau of Economic Research
paper_authors
if (require('dplyr')) {
paper_authors %>% count(author) %>% left_join(authors)
}