Retrive_pmid_with_TitleYear: Retrive_pmid_with_TitleYear Year is optional.

Description Usage Arguments Value Examples

View source: R/pubmedRead.R

Description

Retrive_pmid_with_TitleYear Year is optional.

Usage

1
Retrive_pmid_with_TitleYear(title, year = NULL, retmax = 1)

Arguments

title

a string of characters. title of the publication

year

a integer. Publication year. Optional

retmax

a integer as the retmax parameter, the maximum id to render

Value

a list of strings - searchSummary

Examples

1
2
3
title <- "Causes of Acute Stroke: A Patterned Approach."
Retrive_pmid_with_TitleYear(title)
Retrive_pmid_with_TitleYear(title, 2019)

shihikoo/pubmedTools documentation built on June 19, 2021, 9:56 a.m.