create_results_tables.Rd
Create, Update or Delete Results - Tables
create_results_tables(auth, analysis_id, name, ...) update_results_tables(auth, table_id, ...) delete_results_tables(auth, table_id)
auth | Highbond authentication credentials, created from |
---|---|
analysis_id | The ID number of the analyses |
name | The name of the Results object to create |
... | List(s) to add additional data |
table_id | The ID number of the table |
If creating or updating, a data frame with the new details. When deleting, JSON response indicating success or failure.
Each endpoint has a list of required elements, as listed in the parameters.
For optional data, such as attributes, you may pass additional lists. The top level name of this optional list should match the name of the json level to be added, with key-value pairs within the list. Ultimately, this list object will be added as a child json level, under the 'data' top level json.
For example: attributes
is a json is nested under data, and therefore
should be created as the name of the object. Then additional information
can be added to it as a key-value pair to the list.
update_results_tables
: Update an analyses
delete_results_tables
: Delete an analyses