|
@ -1,6 +1,5 @@ |
|
|
sqlFile<-function(file=1, list=F){ |
|
|
sqlFile<-function(file=1, list=F){ |
|
|
source("~/.BDpath.R", encoding = "UTF-8") |
|
|
|
|
|
sqlFiles<-list() |
|
|
|
|
|
|
|
|
source("~/.BDpath.R", encoding = "UTF-8", local = T) |
|
|
if (list){ |
|
|
if (list){ |
|
|
print(sqlFiles) |
|
|
print(sqlFiles) |
|
|
}else{ |
|
|
}else{ |
|
|