Creates a publications table.
publications_tbl(
study_id = character(),
pubmed_id = integer(),
publication_date = lubridate::ymd(),
publication = character(),
title = character(),
author_fullname = character(),
author_orcid = character()
)
A tibble
whose columns are the named arguments
to the function.
GWAS Catalog study accession identifier.
PubMed identifier.
Publication date (online date if available) formatted
as ymd
.
Abbreviated journal name.
Publication title.
Last name and initials of first author.
Author's ORCID iD (Open Researcher and Contributor ID).