IdeamWide: Create a matrix with IDEAM's data

Description Usage Arguments Value Examples

Description

Create a data frame that it is available to export as a CSV file

Usage

1
IdeamWide(file, write = FALSE, outfile = "MatrizIdeamAncha")

Arguments

file

IDEAM file path or file name if it is on the working directory

write

If True a CSV file is returned to the working directory, otherwise only a data frame is shown

outfile

Outfile name that will be saved on the working directory

Value

a data frame or a CSV file

Examples

1
2
3
4
5
6
# Retreive example dataset
Example_IDEAM <- system.file("extdata", "Example_IDEAM", package = "ideamdb")
# Create a temporal file
example.ideam.wide <- tempfile()
write.csv(IdeamWide(Example_IDEAM), file = example.ideam.wide)
read.csv(example.ideam.wide)

ideamdb documentation built on May 2, 2019, 2:41 a.m.