paper_authors: NBER working paper authors

paper_authorsR Documentation

NBER working paper authors

Description

Data frame containing paper-author correspondences.

Usage

data(paper_authors)

Format

Data frame with columns

paper

Working paper number.

author

Author ID.

Source

National Bureau of Economic Research

Examples

paper_authors

if (require('dplyr')) {
paper_authors %>% count(author) %>% left_join(authors)
}


bldavies/nberwp documentation built on Nov. 28, 2022, 12:52 p.m.