prepare_body | R Documentation |
This function will prepare the encoded body to be sent via api.
prepare_body(
data_list,
date_variable,
date_format,
model_spec,
project_name,
user_email,
user_model
)
data_list |
list with named datasets to be modeled. |
date_variable |
name of variable with date information in all datasets in |
date_format |
format of |
model_spec |
list with modeling and cross validation setup. |
project_name |
project name. A string with character and/or numeric inputs that should be at most 50 characters long. Special characters will be removed. |
user_email |
email to receive the outputs. |
user_model |
list containing the models constraints to create a model customized by the user. |
DETAILS
Encoded and compressed body to send the request.
base64encode & base64decode
memCompress
toJSON, fromJSON
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.