View source: R/class-studies.R
publications_tbl | R Documentation |
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()
)
study_id |
GWAS Catalog study accession identifier. |
pubmed_id |
PubMed identifier. |
publication_date |
Publication date (online date if available) formatted
as |
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). |
A tibble
whose columns are the named arguments
to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.