Closed jalvesaq closed 7 years ago
it is fixed now.
This is not yet fixed. I'm still having problems. When I upload with the following code, I get NA populating the document window.
R> setwd("/path/to/txt_files") R> Files <- dir() R> for(f in Files) RQDA:::ImportFile(f) R> RQDA:::FileNamesUpdate()
I've also tried:
R> addFilesFromDir(dir, pattern = "*.txt$")
But this only imports names file names. I've downloaded the latest changes in RQDA from
https://github.com/Ronggui/RQDA
and I'm on a Mac, and finally, i'm using R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
Please help. Thanks!
Dear Ronggui,
RQDA is working well right now. Thank you very much!
Mario
When I run
addFilesFromDir("/path/to/txt_files")
I get the warning:The warnings are all the same:
And only the first line of each file is imported.
I successfully imported the files with the commands:
I am using R 3.3.2 on Linux (Ubuntu 16.10).