codReport: codReport function

Description Usage Arguments Value Examples

View source: R/codReport.r

Description

This is a helper function for building standardised final outcomes for COD reproducibility reports.

Usage

1
2
3
codReport(Report_Type, Article_ID, Insufficient_Information_Errors,
  Decision_Errors, Major_Numerical_Errors, Minor_Numerical_Errors,
  Author_Assistance = F)

Arguments

Report_Type

Enter 'pilot' or 'joint'

Article_ID

Enter the article's unique ID code

Insufficient_Information_Errors

Enter the number of Insufficient Information Errors

Decision_Errors

Enter the number of decision errors

Major_Numerical_Errors

Enter the number of major numerical errors

Minor_Numerical_Errors

Enter the number of minor numerical errors

Author_Assistance

Enter whether author assistance was required (T/F)

Value

Returns a formatted table (via kable) reporting error tallys. Also writes out a csv object containing the error tallys.

Examples

1
codReport(Report_Type = "pilot", Article_ID = "ABhgyo", Insufficient_Information_Errors = 0, Decision_Errors = 1, Major_Numerical_Errors = 4, Minor_Numerical_Errors = 12, Author_Assistance = T)

CognitionOpenDataProject/CODreports documentation built on May 6, 2019, 12:21 p.m.