'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")dataframe variable
must be one of supported extensions (.vvedf, .vpedf, .vdmdf)
name of exported file variable
(No return value, called to perform export process)