Learn R Programming

gwasrapidd (version 0.99.17)

publications_tbl: Creates a publications table.

Description

Creates a publications table.

Usage

publications_tbl(
  study_id = character(),
  pubmed_id = integer(),
  publication_date = lubridate::ymd(),
  publication = character(),
  title = character(),
  author_fullname = character(),
  author_orcid = character()
)

Value

A tibble whose columns are the named arguments to the function.

Arguments

study_id

GWAS Catalog study accession identifier.

pubmed_id

PubMed identifier.

publication_date

Publication date (online date if available) formatted as ymd.

publication

Abbreviated journal name.

title

Publication title.

author_fullname

Last name and initials of first author.

author_orcid

Author's ORCID iD (Open Researcher and Contributor ID).