Learn R Programming

Rkoans (version 0.1)

read_koan: Reads in a test file

Description

Reads in a file of testthat asserts

Usage

read_koan(test_file, koan, reporter = "summary")

Arguments

test_file
the koan file currently being studied
koan
current koan
reporter
passed to testthat

Value

logical TRUE if all tests pass, otherwise FALSE