library(tidyverse) original_tb <- tibble(id = 1:3, y = list(list(mtcars = as_tibble(sample_n(mtcars, 10)), ...
確定! 回上一頁