我有一个名为Fail
的数据框。
我想将Fail
保存为用户选择的位置中的CSV。下面是我找到的一些示例代码,但我不知道如何将Fail
合并到其中。
require(tcltk)
fileName <- tclvalue(tkgetSaveFile())
if (!nchar(fileName)) {
tkmessageBox(message = "No file was selected!")
} else {
tkmessageBox(message = paste("The file selected was", fileName))
}
答案 0 :(得分:69)
查看write.csv
或write.table
个功能。您只需提供用户选择的文件名file
参数,并将数据框提供给x
参数:
write.csv(file=fileName, x=Fail)
答案 1 :(得分:23)
您甚至不需要使用“tcltk”包。你可以简单地做到如下所示:
ImageView
尽管使用“c:\ myname \ yourfile.csv”,但请提供您的路径。
答案 2 :(得分:1)
object frFrameItem: TfrFrameItem
Size.Width = 210.000000000000000000
Size.Height = 391.000000000000000000
Size.PlatformDefault = False
object Layout1: TLayout
StyleName = 'mystyle'
Position.X = 5.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 201.000000000000000000
Size.Height = 381.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
object Rectangle1: TRectangle
Align = Client
Fill.Color = claLimegreen
Padding.Left = 5.000000000000000000
Padding.Right = 5.000000000000000000
Size.Width = 201.000000000000000000
Size.Height = 381.000000000000000000
Size.PlatformDefault = False
object Label1: TLabel
Tag = 1
Align = Top
StyledSettings = [Family, FontColor]
Padding.Top = 10.000000000000000000
Padding.Bottom = 10.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 10.000000000000000000
Size.Width = 191.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.Style = [fsBold]
TextSettings.HorzAlign = Center
Text = 'Raio x de quadril'
end
object Label2: TLabel
Tag = 1
Align = Top
AutoSize = True
StyledSettings = [Family, FontColor]
Padding.Top = 10.000000000000000000
Padding.Bottom = 10.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 84.000000000000000000
Size.Width = 191.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.Style = [fsBold]
Text = 'Raio x de quadril '
OnResize = Label2Resize
end
object Label4: TLabel
Tag = 1
Align = Top
StyledSettings = [Family, FontColor]
Padding.Top = 10.000000000000000000
Padding.Bottom = 10.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 47.000000000000000000
Size.Width = 191.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.Style = [fsBold]
TextSettings.HorzAlign = Center
Text = 'Raio x de quadril'
end
object Layout2: TLayout
Tag = 1
Align = Top
Position.X = 5.000000000000000000
Position.Y = 151.000000000000000000
Size.Width = 191.000000000000000000
Size.Height = 37.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
OnResize = Layout2Resize
object Label3: TLabel
Align = FitLeft
StyledSettings = [Family, FontColor]
Margins.Top = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 42.678131103515620000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.Style = [fsBold]
Text = 'De:'
end
object Label6: TLabel
Align = Client
StyledSettings = [Family, FontColor]
Size.Width = 148.321868896484400000
Size.Height = 37.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 16.000000000000000000
TextSettings.Font.Style = [fsBold]
Text = 'R$ 10,00'
end
end
object Layout3: TLayout
Tag = 1
Align = Top
Position.X = 5.000000000000000000
Position.Y = 118.000000000000000000
Size.Width = 191.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
object Label7: TLabel
Align = FitLeft
StyledSettings = [Family, FontColor]
Margins.Top = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 43.193511962890620000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.Style = [fsBold]
Text = 'Por:'
end
object Label8: TLabel
Align = Client
StyledSettings = [Family, FontColor]
Size.Width = 147.806488037109400000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 16.000000000000000000
TextSettings.Font.Style = [fsBold]
Text = 'R$ 10,00'
end
end
end
object Button1: TButton
StyledSettings = [Family, FontColor]
Position.X = 32.000000000000000000
Position.Y = 320.000000000000000000
Size.Width = 129.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'Comprar'
TextSettings.Font.Size = 20.000000000000000000
TextSettings.Font.Style = [fsBold]
end
object Rectangle2: TRectangle
Opacity = 0.800000011920928900
Position.X = 156.000000000000000000
Position.Y = -7.000000000000000000
Size.Width = 50.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claChocolate
object Label5: TLabel
Align = Client
StyledSettings = [Size, FontColor]
Size.Width = 50.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Segoe UI Semibold'
TextSettings.Font.Style = [fsBold]
TextSettings.HorzAlign = Center
Text = '100%'
end
end
end
end
运行上面的脚本后,此窗口将打开:
在文件名字段中键入带扩展名的新文件名,然后点击打开,它会要求您创建一个新文件,您应该选择是,文件将被创建并保存在所需位置。