paper_authors {nberwp}R 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)
}


[Package nberwp version 1.2.0 Index]