ExportDataframeToVorteks {VorteksExport} | R Documentation |
'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.
ExportDataframeToVorteks(df, extension, filename = "dataframe_export")
df |
dataframe variable |
extension |
must be one of supported extensions (.vvedf, .vpedf, .vdmdf) |
filename |
name of exported file variable |
(No return value, called to perform export process)