enfn: Function to interact with the environment x12env

x12pathR Documentation

Function to interact with the environment x12env

Description

"x12env" is used to store the x12path and x13path (and more for the GUI).

Usage

x12env
x12path(path=NULL)

putd(x,value)
getd(x, mode="any")
rmd(x)
existd(x, mode="any")

Arguments

path

The path to the X12 or X13 binaries.

x

a character for the name

value

value that should be assigned to the object with name x.

mode

the mode or type of object sought

Author(s)

Alexander Kowarik

See Also

get, assign, exists, x12

Examples

  ## Not run: 
  x12path()
  x12path("d:/x12/x12a.exe")
  x12path()
  getd("x12path")
  
## End(Not run)

x12 documentation built on May 20, 2022, 1:13 a.m.

Related to enfn in x12...