summary.replication: Summary method for replication class

Description Usage Arguments Value Examples

Description

FUNCTION DESCRIPTION

Usage

1
2
3
## S3 method for class 'replication'
summary(object, table = NULL, published = TRUE,
  registered = FALSE, script = FALSE, desc = NULL, ...)

Arguments

object

Object of class replication created by create_replication().

table

Character string specifying the table to be replicated. The table name should include number of the table as specified in replication_script_path file and the word "table".

published

Logical. Whether to show columns with specifications published in the paper.

registered

Logical. Whether to show columns with specifications registered in PAP.

script

Logical. Whether to print the script to replicate the results of the study. If table = NULL, then returns preamble which includes all the functions and packages required for replication. If table != NULL, then returns preamble and the code for replication of the specified table.

desc

To be implemented...

...

To be implemented...

Value

RETURN DESCRIPTION

Examples

1
# ADD EXAMPLES HERE

gerasy1987/replicate documentation built on May 17, 2019, 2:10 a.m.