set_cli {geeLite}R Documentation

Initialize CLI Files

Description

Creates R scripts to enable the main functions to be called through the Command Line Interface (CLI). These scripts are stored in the cli/ directory of the generated database.

Usage

set_cli(path, verbose = TRUE)

Arguments

path

[mandatory] (character) The path to the root directory of the generated database. This must be a writable, non-temporary directory. Avoid using the home directory (~), the current working directory, or the package directory.

verbose

[optional] (logical) Whether to display messages (default: TRUE).

Value

No return value, called for side effects.

Examples

## Not run: 
  set_cli(path = tempdir())

## End(Not run)


[Package geeLite version 1.0.2 Index]