IdeamWide {ideamdb}R Documentation

Create a matrix with IDEAM's data

Description

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

Usage

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

# 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)


[Package ideamdb version 0.0.9 Index]