Description Usage Arguments Value Author(s) Examples
View source: R/concerto.test.get.R
Gets template object.
1 | concerto.test.get(testID, workspaceID = concerto$workspaceID)
|
testID |
Test ID or name. |
workspaceID |
Concerto workspace ID where test object is located. |
List with test object properties:
idtest object ID
nametest object name
codetest logic R code
Przemyslaw Lis
1 2 3 4 5 | ## Not run:
test1 <- concerto.test.get(1)
test2 <- concerto.test.get("some_other_test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.