Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downloadTaifex.R L37 on windows unzip failed #34

Open
wush978 opened this issue Nov 13, 2015 · 0 comments
Open

downloadTaifex.R L37 on windows unzip failed #34

wush978 opened this issue Nov 13, 2015 · 0 comments

Comments

@wush978
Copy link
Contributor

wush978 commented Nov 13, 2015

> rptFiles = apply(dnFilesDF,1,function(xx){
+   do.call(download.file,as.list(xx))
+   unzip(xx[2], exdir = sprintf("./%s/",TAIFEX_RPT_DIR))
+ })
trying URL 'http://www.taifex.com.tw/Dailydownload_eng/Daily_2015_11_13.zip'
Content type 'application/x-zip-compressed' length 540193 bytes (527 KB)
downloaded 527 KB

 Show Traceback

 Rerun with Debug
 Error in unzip(xx[2], exdir = sprintf("./%s/", TAIFEX_RPT_DIR)) : 
  'exdir' does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant