将数据帧中的子列拉出到相同的“级别”和其他人一样
如果这个问题已经在其他地方得到了回答,我们深表歉意。 所以我有一个 R 数据集,其中包含一定数量的变量。当我预览它时,我分析所需的一些变量就在那里,但在变量的计数之外,就好像它们位于数据框本身的子部分中一样。
现在我设法使用 sapply 访问其中的一些(这些是数据框中的子列表),但还有其他几个我不能。 我仍然无法访问包含我的数据集的国家/地区信息的列。 看起来好像它包含在另一个变量中。 有什么建议如何将此变量与数据集中的其他变量放在同一平面上并消除子文件夹吗?
Apologies if this has already been answered somewhere else.
So I have a dataset in R that contains a certain amount of variables. When I preview it some of the variables I need for my analysis are there but outside the count of the variables as if they were in subsections of the dataframe itself.
Now I managed to access some of it using sapply (these were sublists in the dataframe) but there are several others I cannot.
I am still unable to access a column that is containing the country information for my data set.
It looks as if it is contained in another variable.
Any suggestions how to bring this variable on the same plane as the others in the data set and eliminate subfolders?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论