You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying after remotes::install_github("r-dbi/RSQLite#273") results as follows:
dbExecute(db,'SELECT value FROM generate_series(5,100,5)')
Error in result_create(conn@ptr, statement) :
no such table: generate_series
In addition: Warning message:
Closing open result set, pending rows
What would it take so enable/support/configure RSQLite to allow using
generate_series(see The generate_series Table-Valued Function)Trying after
remotes::install_github("r-dbi/RSQLite#273")results as follows:It was suggested to me that requesting this is the key to: enabling SQLite's generate_sequence to be used in R's sqldf library under MS windows
Presumably an approach is similar to #266 only with this source...???