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 = ""
)

Arguments

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

Value

Data for the author, country, year, title, source and abstract requested

Examples

if (FALSE) { EpiBib_data <- epibibr_data() }