Skip to contents

Search for biblio info

Usage

bibsearch(title, source = NA, authors = NA, strict = TRUE)

Arguments

title

The title of the work

source

The source (journal or book)

authors

The authors

strict

Whether to return NULL or the best match if there isn't a single match

Value

A data frame with citation info

Examples

if (FALSE) { # \dontrun{
  bibsearch("Sample Size Justification", "Collabra Psychology")
} # }