publications_tbl: Creates a publications table.

View source: R/class-studies.R

publications_tblR Documentation

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()
)

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).

Value

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


ramiromagno/gwasrapidd documentation built on Jan. 3, 2024, 10:21 p.m.