### ASSIGN OBJECT TO RESULT OF dput(head(random_df))
reproduced_df <- structure(list(group = structure(c(6L, 2L, 2L, 4L, 3L, 3L), .Label = c("julia",
"python", "r", "sas", "spss", "stata"), class = "factor"), int = c(14L,
15L, 8L, 5L, 10L, 3L), num = c(-0.019339832897539, -0.970160572336964,
0.0148149050692396, -1.23408057869592, 0.547301270279682, -1.16625132915773
), char = c("FcC", "5V9", "llY", "IXI", "IIQ", "05x"), bool = c(FALSE,
TRUE, FALSE, FALSE, TRUE, TRUE), date = structure(c(8199, 8470,
17194, 5724, 16785, 7503), class = "Date")), row.names = c(NA,
6L), class = "data.frame")
reproduced_df
## group int num char bool date
## 1 stata 14 -0.01933983 FcC FALSE 1992-06-13
## 2 python 15 -0.97016057 5V9 TRUE 1993-03-11
## 3 python 8 0.01481491 llY FALSE 2017-01-28
## 4 sas 5 -1.23408058 IXI FALSE 1985-09-03
## 5 r 10 0.54730127 IIQ TRUE 2015-12-16
## 6 r 3 -1.16625133 05x TRUE 1990-07-18