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")
}

shinyExprPortal documentation built on Sept. 11, 2024, 6:13 p.m.