View source: R/Data_Functions.R
XL2Data | R Documentation |
Import a Data object from Excel file
XL2Data(name, dec = c(".", ","), sheet = 1, silent = FALSE)
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? |
An object of class 'Data'
A. Hordyk
## Not run:
MyData <- XL2Data("MyData.xlsx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.