Package 'VorteksExport'

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

Help Index


Export dataframe to 'Vorteks Data Manager (VDM)'

Description

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)'

Usage

ExportDataframeToVDM(df, filename = "dataframe_export")

Arguments

df

dataframe variable

filename

name of exported file variable

Value

(No return value, called to perform export process)


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)


Export dataframe to 'Vorteks Processing Environment (VPE)'

Description

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)'

Usage

ExportDataframeToVPE(df, filename = "dataframe_export")

Arguments

df

dataframe variable

filename

name of exported file variable

Value

(No return value, called to perform export process)


Export dataframe to 'Vorteks Visualization Environment (VVE)'

Description

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)'

Usage

ExportDataframeToVVE(df, filename = "dataframe_export")

Arguments

df

dataframe variable

filename

name of exported file variable

Value

(No return value, called to perform export process)