set_cli: Initialize CLI Files

View source: R/set_cli.R

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


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.