R-bloggers
Follow
Repost: Construct objects with idiomatic R code
Reposted from the original at https://blog.stephenturner.us/p/construct-objects-with-idiomatic-r-code---Today I discovered the constructive package and the construct()
function for creating R objects with idiomatic R code to make
human-readable repro... …