i In index: 1.
Caused by error in `value[[3L]]()`:
! group_desc `where` condition `bad == code` is invalid. Filter error:
Error in `filter()`:
i In argument: `bad == code`.
Caused by error:
! object 'bad' not found
# A tibble: 3 x 7
row_label1 var1_n var1_sd var2_n var2_sd ord_layer_index ord_layer_1
<chr> <chr> <chr> <chr> <chr> <int> <int>
1 3 "15" " 0.8" "15" " 0.3" 1 1
2 4 "12" " 0.6" "12" " 0.3" 1 2
3 5 " 5" " 0.8" " 5" " 0.4" 1 3
Code
as.data.frame(d2)
Output
row_label1 var1_n_0 var1_sd_0 var1_n_1 var1_sd_1 var2_n_0 var2_sd_0 var2_n_1
1 3 15 0.8 BLAH 15 0.3
2 4 4 0.2 8 0.5 4 0.1 8
3 5 BLAH 5 0.8 BLAH 5
var2_sd_1 ord_layer_index ord_layer_1
1 BLAH 1 1
2 0.3 1 2
3 0.4 1 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.