first commit
This commit is contained in:
commit
af71948632
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.code-workspace
|
||||||
|
config.R
|
5
alai.R
Normal file
5
alai.R
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
source("config.R")
|
||||||
|
|
||||||
|
if (!exists("dbListTables", mode = "function")) source("mysql.R")
|
||||||
|
|
||||||
|
dbListTables(conn)
|
5
config.R.example
Normal file
5
config.R.example
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
dbuser <- 'user'
|
||||||
|
dbpass <- 'pass'
|
||||||
|
dbname <- 'dbname'
|
||||||
|
dbhost <- 'localhost'
|
||||||
|
dbport <- 3306
|
1
install_libs.R
Normal file
1
install_libs.R
Normal file
@ -0,0 +1 @@
|
|||||||
|
install.packages("RMySQL")
|
Loading…
Reference in New Issue
Block a user