Learn R Programming

Rwordseg (version 0.3-2)

setAppDir: Set the application path.

Description

The directory path of the application folder will contain the dictionaries and setting files. You can set a user-defined folder permanently. We suggest setting the folder of 'APPDATA' environment variable by running 'setAppDir(\"APPDATA\")'.

Usage

setAppDir(appdir)

Arguments

appdir

The directory path of the application folder. Default is 'tempdir()'.

Value

No results.