fit_data_to_acas_experiment_response: fitData object to json response

View source: R/dose_response.R

fit_data_to_acas_experiment_responseR Documentation

fitData object to json response

Description

Converts a fitData object to a json response to return to the GUI

Usage

fit_data_to_acas_experiment_response(fitData, experimentCode,
  transactionId = -1, status, hasWarning, errorMessages = as.character(),
  ...)

Arguments

...

addition arguments to be passed to toJSON

a

fitData object

Value

A json object of the fitData and any other objects coerced to json by ... toJSON

Examples

#Load and example fitData object
data("example-ec50-fitData-fitted")
#FitData object plus the "cars" data to a json string
fit_data_to_acas_experiment_response(fitData, cars)

mcneilco/racas documentation built on April 19, 2024, 1:12 p.m.