R/Data_Functions.R
XL2Data.Rd
Import a Data object from Excel file
XL2Data(name, dec = c(".", ","), sheet = 1, silent = FALSE)
Name of the data file, with or without file extension. Include full file path if not in working directory
the character used in the file for decimal points.
Sheet number if importing Data from XL file
Logical. Hide messages?
An object of class 'Data'
A. Hordyk
if (FALSE) { # \dontrun{ MyData <- XL2Data("MyData.xlsx") } # }