Learn R Programming

nberwp (version 1.2.0)

paper_authors: NBER working paper authors

Description

Data frame containing paper-author correspondences.

Usage

data(paper_authors)

Arguments

Format

Data frame with columns

paper

Working paper number.

author

Author ID.

Examples

Run this code
# NOT RUN {
paper_authors

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

# }

Run the code above in your browser using DataLab