XL2Data: Import a Data object from Excel file

Description Usage Arguments Value Author(s) Examples

View source: R/Data_Functions.R

Description

Import a Data object from Excel file

Usage

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

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

1
2
3
4
## Not run: 
MyData <- XL2Data("MyData.xlsx")

## End(Not run)

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.