This function allows you to find and display medical bibliographic data according to the selected parameters. If no arguments are filled, all data will be displayed.
epibibr_data( author = "", year = "", country = "", title = "", source = "", abstract = "" )
author | The name of an author |
---|---|
year | Years for which you want the data. |
country | Author's country of origin |
title | Keyword in the title |
source | Name of the source |
abstract | Keyword in the abstract |
Data for the author, country, year, title, source and abstract requested
if (FALSE) { EpiBib_data <- epibibr_data() }