create_example: Create example files

View source: R/create_example.R

create_exampleR Documentation

Create example files

Description

Create example files for measures, expression matrix and lookup table

Usage

create_example(target_dir)

Arguments

target_dir

location where to create the files

Value

Create examples files in target_dir

Examples

if (interactive()) {
    dir.create("newapp")
    create_example("newapp")
}

rhenkin/clinvisx documentation built on July 31, 2024, 11:30 p.m.