submit: Submit a solution to exercism.io

Description Usage Arguments Value Examples

Description

Submits the specified solution to exercism.io

Usage

1
submit(path, comment = NULL, browse = FALSE)

Arguments

path

full path to the file containing the solution

comment

comment to include with the submission

browse

logical value indicating whether to navigate to the submission on exercism.io on completion

Value

Response from exercism.io

Examples

1
2
3
4
## Not run: 
submit("~/exercism/r/hello-world/hello-world.R")

## End(Not run)

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