R開始後に
con <- dbConnect(PostgreSQL(), host="localhost", user="username", password="password", dbname="databasename")
dataset <- dbGetQuery(con,"SELECT * FROM tablename")
以下のページを参考にさせていただきました。
http://overlap.hatenablog.jp/entry/2013/05/16/224030
Go to list of users who liked
More than 5 years have passed since last update.
R開始後に
con <- dbConnect(PostgreSQL(), host="localhost", user="username", password="password", dbname="databasename")
dataset <- dbGetQuery(con,"SELECT * FROM tablename")
以下のページを参考にさせていただきました。
http://overlap.hatenablog.jp/entry/2013/05/16/224030
Register as a new user and use Qiita more conveniently
Go to list of users who liked