Learn R Programming

shinyExprPortal (version 1.2.1)

create_example: Create example files

Description

Create example files for measures, expression matrix and lookup table

Usage

create_example(target_dir)

Value

Create examples files in target_dir

Arguments

target_dir

location where to create the files

Examples

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

Run the code above in your browser using DataLab