Skip to content
Snippets Groups Projects
Commit ee0f9f21 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Fixed issue with remark code.

parent abf462c4
No related branches found
No related tags found
1 merge request!34Fixed User sample function.
......@@ -32,7 +32,7 @@ getDataFromFile <- function (filePath,fileName,hasHeader=TRUE,separator=","){
if(ncol(retval) == 2){
names(retval) <- c('dateTime', 'value')
} else if (ncol(retval) == 3){
names(retval) <- c('dateTime', 'value', 'code')
names(retval) <- c('dateTime', 'code','value')
}
if(dateFormatCheck(retval$dateTime)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment