R/paper_authors.R

#' NBER working paper authors
#'
#' Data frame containing paper-author correspondences.
#'
#' @docType data
#'
#' @usage data(paper_authors)
#'
#' @format Data frame with columns
#' \describe{
#' \item{paper}{Working paper number.}
#' \item{author}{Author ID.}
#' }
#'
#' @examples
#' paper_authors
#'
#' if (require('dplyr')) {
#' paper_authors %>% count(author) %>% left_join(authors)
#' }
#'
#' @source \href{https://data.nber.org/nber-wp-logs/}{National Bureau of Economic Research}
"paper_authors"

Try the nberwp package in your browser

Any scripts or data that you put into this service are public.

nberwp documentation built on March 27, 2022, 9:05 a.m.