XL2Data: Import a Data object from Excel file

View source: R/Data_Functions.R

XL2DataR Documentation

Import a Data object from Excel file

Description

Import a Data object from Excel file

Usage

XL2Data(name, dec = c(".", ","), sheet = 1, silent = FALSE)

Arguments

name

Name of the data file, with or without file extension. Include full file path if not in working directory

dec

the character used in the file for decimal points.

sheet

Sheet number if importing Data from XL file

silent

Logical. Hide messages?

Value

An object of class 'Data'

Author(s)

A. Hordyk

Examples

## Not run: 
MyData <- XL2Data("MyData.xlsx")

## End(Not run)

Blue-Matter/MSEtool documentation built on April 25, 2024, 12:30 p.m.