uncovrApi {conjurer}R Documentation

POST Function for Calling uncovr API

Description

This function makes the POST call to the uncovr API.

Usage

uncovrApi(body, key)

Arguments

body

A json with the details of the independent and dependent variable.

key

An alpha numeric. This is the subscription key that can be sourced from the developer portal of uncovr API available at https://foyi.developer.azure-api.net/.

Details

The purpose of this function can be best understood when explained within the context that is given below. There is a closed source SaaS(Software as a Service) software named uncovr that provides an API(Application Programming Interface). In its current state, the SaaS software is free to use with some constraints around the volume of data and the frequency of API calls. One of the functions of uncovr API takes an input of number of observations i.e. rows and number of independent variables namely columns and gives an output. This function uncovrApi makes the connection to uncovr API and sources the response. #function to call uncovr api

Value

A json.


[Package conjurer version 1.7.1 Index]