Description Usage Arguments Details Value Author(s)
View source: R/RTestCase.test-adapter.R
Read arguments from RTest 'param'-XML Node
1 | arguments_creator(parameters_xml_definition, input_data = NULL)
|
parameters_xml_definition |
( |
input_data |
( |
This function will read in all parameters exept the one named "RTestData_input_data" into a list by using xmlReadData_to_list. The parameter "RTestData_input_data" is written into an additional item of the list. The name of this item is given by the "param" attribute of the XMLNode "RTestData_input_data". The value is given by the list item of the list "input_data" that can be found by the "name" attribute of the XMLNode "RTestData_input_data".
A named list. For the name of the RTestData_input_data element, please see details.
Sebastian Wolf sebastian@mail-wolf.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.