This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
BDAccess
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Añadir espacio
main
Costa
2 years ago
parent
b968de1fb1
commit
df0e5d4985
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
sqlFunctions.R
+ 1
- 0
sqlFunctions.R
View File
@ -13,6 +13,7 @@ sqlLastDrop<-function(conn, tablename, droplast=1,dbtype=NULL){
sqlSave
(
conn
,
table
,
tablename
=
tablename
,
safer
=
F
)
}
}
sqlInitialize
<-
function
(
ruta
=
"
ruta_database.R"
)
{
library
(
tidyverse
)
library
(
RODBC
)
Write
Preview
Loading…
Cancel
Save