Skip to contents

Console overview for a get_study() handle: citation fields, step counts, related upstream/downstream studies, and gap tags. For programmatic access to the same information, read fields on the handle (e.g. object$doi, object$step_counts) rather than parsing this printout.

Usage

# S3 method for class 'replicate_study'
summary(object, ...)

Arguments

object

A replicate_study from get_study.

...

Ignored.

Value

object, invisibly.

Examples

if (FALSE) { # \dontrun{
summary(get_study("10.1017/S0003055403000534"))
summary(get_study("10.1257/aer.91.5.1369"))
summary(get_study("rep-template"))
} # }