Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 spotfire 中有一个名为“sample”的表,其中包含 col1、col2、col3、col4、.....、colm 等列。我需要使用 R 脚本保存为数据框,因为我正在使用以下语句:
tbdf <- data.frame(tbinput)
其中'tbinput'是我的表格类型的输入参数,并附有表格'sample'。有什么我需要包括的吗?
输入参数数据表作为数据帧读入 TERR。
您可以通过将文档属性 outparam 设置为:
outparam <- class(tbinput)
在文本区域中将属性显示为“标签”表明“data.frame”是 tbinput 的类