# NOT RUN {
## create a new elementR_data object based on the "filePath"
## from a file containing data (accepted format of data: .csv, .ods, .xls, .xlsx)
filePath <- system.file("Example_Session/standards/Stand3.xls", package="elementR")
standard <- elementR_data$new(filePath)
## Display the raw data
standard$data
# }
Run the code above in your browser using DataLab