ExportDataframeToVorteks {VorteksExport} | R Documentation |
Export dataframe to 'Vorteks'
Description
'ExportDataframeToVorteks()' will write a file with specified extension to the current working directory. In windows, the file will be executed in an attempt to launch 'Vorteks' software.
Usage
ExportDataframeToVorteks(df, extension, filename = "dataframe_export")
Arguments
df |
dataframe variable |
extension |
must be one of supported extensions (.vvedf, .vpedf, .vdmdf) |
filename |
name of exported file variable |
Value
(No return value, called to perform export process)
[Package VorteksExport version 0.1.8 Index]