check_next_problem: Check the next problem for a particular language track

Description Usage Arguments Value Examples

Description

Returns the next problem for a language track i.e. the next problem to be submitted, or possibly the next problem to be fetched

Usage

1
check_next_problem(track_id = "r")

Arguments

track_id

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

Value

Prints out current/next problem, silently returns problem slug

Examples

1
2
3
4
## Not run: 
check_next_problem("r")

## End(Not run)

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