powered by
Data frame containing paper-author correspondences.
data(paper_authors)
Data frame with columns
Working paper number.
Author ID.
# NOT RUN { paper_authors if (require('dplyr')) { paper_authors %>% count(author) %>% left_join(authors) } # }
Run the code above in your browser using DataLab