create_example {shinyExprPortal}R 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")
}

[Package shinyExprPortal version 1.2.1 Index]