From ad0feb6ea140ce56ad236ed9d88ecf0daab772f3 Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu Date: Tue, 27 Feb 2024 08:30:11 -0700 Subject: [PATCH] Update docs --- man/add_publication_from_pubmed.Rd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/add_publication_from_pubmed.Rd b/man/add_publication_from_pubmed.Rd index 18d51dae..f8b25a17 100644 --- a/man/add_publication_from_pubmed.Rd +++ b/man/add_publication_from_pubmed.Rd @@ -7,8 +7,8 @@ add_publication_from_pubmed( pmid, study_id, - disease_focus, - manifestation, + disease_focus = c(""), + manifestation = c(""), publication_table_id, study_table_id, dry_run = T @@ -19,9 +19,9 @@ add_publication_from_pubmed( \item{study_id}{Synapse id(s) of the study that are associated with the publication.} -\item{disease_focus}{The disease focus(s) that are associated with the publication.} +\item{disease_focus}{(Optional) The disease focus(s) that are associated with the publication.} -\item{manifestation}{The manifestation(s) that are associated with the publication.} +\item{manifestation}{(Optional) The manifestation(s) that are associated with the publication.} \item{publication_table_id}{Synapse id of the portal publication table. Must have write access.}