skip_problem: Skip a problem for a language track

Description Usage Arguments Value Examples

Description

Marks a problem as 'skipped' via the Exercism API

Usage

1
skip_problem(slug, track_id = "r")

Arguments

slug

a normalized, url-safe identifier for a problem e.g. "hello-world"

track_id

a normalized, url-safe identifier for a language track. e.g. r, python, javascript etc

Value

Prints confirmation message upon success

Examples

1
2
3
4
## Not run: 
skip_problem("bob", track_id = "r")

## End(Not run)

jonmcalder/exercism documentation built on May 24, 2019, 4:06 a.m.