r-dbi Questions

1

Solved

I am trying to add a vector which I generated in R to a sqlite table as a new column. For this I wanted to use dplyr (I installed the most recent dev. version along with the dbplyr package accordin...
Merits asked 14/5, 2017 at 19:24

3

Solved

I can not connect to MSSQL using DBI package. I am trying the way shown in package itself m <- dbDriver("RODBC") # error Error: could not find function "RODBC" # open the connection using...
Plectron asked 21/7, 2014 at 13:12

2

In perl/python DBI APIs have a mechanism to safely interpolate in parameters to an sql query. For example in python I would do: cursor.execute("SELECT * FROM table WHERE value > ?", (5,)) W...
Grot asked 10/5, 2016 at 7:9

1

Solved

I am using RMySQL and DBI for the connection between R and MySQL library(RMySQL) library(DBI, quietly = TRUE) Everything is working fine for one command, such as sql = "select * from clients" c...
Stinker asked 15/3, 2016 at 10:49

2

Solved

I created an online experiment with the shiny package for R. Let's say I have 3 reactive values called "toss", "decision" and "rating". Additionally, I launched a MySQL database on Amazon web servi...
Diverse asked 13/5, 2015 at 11:29

1

Solved

I'm reading in data from an SQLite database table into a data.frame with R's DBI. Often (as often as every 5 secs), new records get added into the database table externally, or existing ones update...
Metaphysic asked 26/1, 2014 at 2:56

© 2022 - 2024 — McMap. All rights reserved.