Learn R Programming

Rkoans (version 0.1)

test_all_koans: Runs checks on all answer files and koan files This needs to return true before new koans are ready to be applied

Description

Runs checks on all answer files and koan files This needs to return true before new koans are ready to be applied

Usage

test_all_koans(koan_file = "R/koans.R", answers_file = "answers/koans.R")

Arguments

koan_file
character path to the list of koans
answers_file
character path to list of answers

Value

TRUE if all tests pass, otherwise an exception with details about the failing test