paper_authors | 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) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.