标签: r list dataframe structure
如何将工作区中的data.frame转换为structure(list()) - HERE形式,以便与此社区共享。一直在问自己。
structure(list())
我们采用内置数据框mtcars。
mtcars
谢谢。