buildBody: Build the body of the request

Description Usage Arguments Value Examples

Description

Build the body of the request

Usage

1

Arguments

datasets

A named list of data frames to send to the web service. The names must match the names of the web inputs in Azure, eg. list(WebInput = data.frame(x=1, y=2))

Value

A list ready for converting the JSON

Examples

1
buildBody(list(WebInput = data.frame(x=1:5, y=LETTERS[1:5])))

MangoTheCat/azuremlweb documentation built on May 8, 2019, 4:37 p.m.