| .build_test_attributes_long | R Documentation |
Given a list of test records (from parsed JSON), this returns one row per test-attribute combination, with a stable set of columns. Build long-format mapping of ForceDecks test attributes
.build_test_attributes_long(records)
records |
list of test records (each may contain $attributes) |
Given a list of test records (from parsed JSON), this returns one row per test–attribute combination, with a stable set of columns.
Only attributes with at least one non-blank field are included. Tests with no attributes (or only blank attributes) do not appear in the result.
data.frame with columns:
testId
attributeTypeId
attributeTypeName
attributeValueId
attributeValueName
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.