We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
line 98:
df = dbGetQuery(conn,sprintf("select time, price, volume from FutureTByT where pcode = 'TX' and exMW = '201511'", dataDate))
Error in sqliteSendQuery(con, statement, bind.data) : error in statement: no such table: FutureTByT
The text was updated successfully, but these errors were encountered:
我認為原因是 #22
Sorry, something went wrong.
看一下好像是喔!!!
是的 檔案下載不成功,TaifexDaily.sqlite 只佔用了 0kb 的空間,所以對它做任何的 sql 查詢都會報錯,同樣的問題也會出現在 Example1.R 中
No branches or pull requests
line 98:
df = dbGetQuery(conn,sprintf("select time, price, volume from FutureTByT where pcode = 'TX' and exMW = '201511'", dataDate))
The text was updated successfully, but these errors were encountered: