web: Webmorph.org API

Description Usage Arguments Value Examples

View source: R/web.R

Description

Webmorph.org API

Usage

1
web(script = "webmorphR", ..., .error = c("warn", "stop", "none"))

Arguments

script

the name of the webmorph script

...

arguments to pass on to the script in POST

.error

whether to warn, stop or do nothing on error

Value

the response as a list

Examples

1
2
3
4
## Not run: 
  web(a = 1, b = FALSE, c = "testing")

## End(Not run)

facelab/webmorph documentation built on April 11, 2021, 6:34 a.m.