Skip to content

Instantly share code, notes, and snippets.

View suresh88's full-sized avatar
💭
Exploring new opportunities which challenge my Analytical and Technical skills.

Suresh Kumar suresh88

💭
Exploring new opportunities which challenge my Analytical and Technical skills.
View GitHub Profile
# Default ignored files
/shelf/
/workspace.xml
library(shiny)
library(dplyr)
library(lubridate)
# Load libraries and functions needed to create SQLite databases.
library(RSQLite)
library(RSQLite.extfuns)
saveSQLite <- function(data, name){
path <- dplyr:::db_location(filename=paste0(name, ".sqlite"))