%**% | R Documentation |
Call rowrecs_to_blocks()
.
table %**% transform
table |
data (data.frame or relop). |
transform |
a rowrecs_to_blocks_spec. |
rowrecs_to_blocks() result.
d <- wrapr::build_frame(
"id", "AUC", "R2" |
1 , 0.7 , 0.4 |
2 , 0.8 , 0.5 )
transform <- rowrecs_to_blocks_spec(
wrapr::qchar_frame(
"measure", "value" |
"AUC" , AUC |
"R2" , R2 ),
recordKeys = "id")
d %**% transform
# identity (in structure)
d %**% transform %//% t(transform)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.