Nothing
with relationship 'many-to-one'
Code
derive_vars_transposed(dataset, dataset_merge, by_vars = exprs(USUBJID),
key_var = TESTCD, value_var = VALUE, filter = TESTCD == "T01", relationship = "many-to-one")
Output
# A tibble: 3 x 3
USUBJID VAR1 T01
<chr> <dbl> <dbl>
1 P01 3 31
2 P02 31 3
3 P03 42 NA
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.