Title: | Export Dataframes to 'Vorteks' Software |
---|---|
Description: | Export dataframes and automatically start importing into 'Vorteks'. 'Vorteks Visualization Environment (VVE)' and 'Vorteks Data Manager (VDM)' will start an import. 'Vorteks Processing Environment (VPE)' will start a new project and add a file reader with the dataframe file already set. Warning: WINDOWS ONLY. Requires installation of 'Vorteks' software. |
Authors: | Lansdon Page [aut, cre, mdc], Qualta Consulting, LLC. [cph] |
Maintainer: | Lansdon Page <[email protected]> |
License: | GPL-3 |
Version: | 0.1.8 |
Built: | 2025-02-13 03:56:48 UTC |
Source: | https://github.com/cran/VorteksExport |
A .vdmdf file will be written to the current working directory. In windows, the file will be executed in an attempt to launch 'Vorteks Data Manager (VDM)'
ExportDataframeToVDM(df, filename = "dataframe_export")
ExportDataframeToVDM(df, filename = "dataframe_export")
df |
dataframe variable |
filename |
name of exported file variable |
(No return value, called to perform export process)
'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")
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)
A .vpedf file will be written to the current working directory. In windows, the file will be executed in an attempt to launch 'Vorteks Processing Environment (VPE)'
ExportDataframeToVPE(df, filename = "dataframe_export")
ExportDataframeToVPE(df, filename = "dataframe_export")
df |
dataframe variable |
filename |
name of exported file variable |
(No return value, called to perform export process)
A .vvedf file will be written to the current working directory. In windows, the file will be executed in an attempt to launch 'Vorteks Visualization Environment (VVE)'
ExportDataframeToVVE(df, filename = "dataframe_export")
ExportDataframeToVVE(df, filename = "dataframe_export")
df |
dataframe variable |
filename |
name of exported file variable |
(No return value, called to perform export process)