fetch_next: Fetch the next problem for a particular language track

Description Usage Arguments Value Examples

Description

Checks for the next problem via the Exercism API, and writes the files into the folder in the Exercism directory

Usage

1
2
fetch_next(track_id = "r", skip = FALSE, force = FALSE, open = TRUE,
  start_testing = FALSE)

Arguments

track_id

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

skip

logical, indicating whether to skip the current (unsubmitted) problem and fetch the next problem

force

logical, indicating whether existing problem files should be overwritten

open

logical, indicating whether to open the problem files immediately after fetching

start_testing

logical, indicating whether to run testthat::auto_test() on the fetched problem's directory

Value

Prints confirmation message upon success

Examples

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

## End(Not run)

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