Nothing
Code
tbl_pivot %>% tidyr::pivot_longer(-id, names_to = c(".value", "n"), names_sep = "_") %>%
collect()
Output
# A tibble: 4 x 5
id n z y x
<chr> <chr> <dbl> <dbl> <dbl>
1 A 1 1 2 3
2 A 2 4 5 6
3 B 1 7 8 9
4 B 2 10 11 12
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.