Learn R Programming

geeLite (version 1.0.6)

init_postp: Initialize Post-Processing Folder and Files

Description

Creates a postp folder at path and adds two files: structure.json and functions.R.

Usage

init_postp(path, verbose = TRUE)

Value

No return value, called for side effects.

Arguments

path

[mandatory] character The path to the root directory where the postp folder should be created.

verbose

[optional] (logical) Display messages (default: TRUE).

Details

The structure.json file is initialized with "default": null. The functions.R file contains simple example functions that match the default "do nothing" behavior plus a z-score example.

Examples

Run this code
# Example: Initialize post-processing files in the database directory
if (FALSE) {
  init_postp("path/to/db")
}

Run the code above in your browser using DataLab