read_data: load data from csv files produced with

Description Usage Arguments Value Examples

View source: R/read_data.R

Description

load data from csv files produced with

Usage

1
read_data(filepath)

Arguments

filepath

the visualization to be updated

Value

an X matrix, a vector for x axis, a vector with expnos and a vector with expnames

Examples

1
2
path <- file.path( system.file(package = "visualizeR"), "visu", "data", "data.csv" )
read_data(path)

jwist/visualizeR documentation built on Dec. 1, 2019, 5:11 p.m.