api_doseResponse_fitData_to_curveDetail: fitData object to json response

View source: R/dose_response_api.R

api_doseResponse_fitData_to_curveDetailR Documentation

fitData object to json response

Description

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

Usage

api_doseResponse_fitData_to_curveDetail(fitData, saved = TRUE, ...)

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
api_doseResponse_fitData_to_curveDetail(fitData, cars)

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