uncovrApi | R Documentation |
This function makes the POST call to the uncovr API.
uncovrApi(body, key)
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/. |
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
A json.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.