library(tibble)
(df1 <- tibble(
  g = c(1, 2, 3),
  data = list(
    tibble(x = 1, y = 2),
    tibble(x = 4:5, y = 6:7),
    tibble(x = 10)
  )
))

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: