Skip to content

My SQL Reading Helper function for R

Notifications You must be signed in to change notification settings

rgdubs/read_sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read_sql

My SQL Reading Helper function for R. An extention of DPLYR with less writing.

Installing:

library(devtools)
install_github("rgdubs/read_sql")

Usage:


read_sql(con,schema_name,table_name) # Typical mode to return a table

read_sql(con,info) # Return the information schema of the database

read_sql(con,search,"criterea") # Return a list of tables meeting your search criterea

About

My SQL Reading Helper function for R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages