Skip to content

forbug/ShinyPolicy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Download folder and place in your working directory (check with getwd() in R).

Add a folder titled data and download the following files from SQL Developer in .csv format: -DW_CPP_MONOLN_POL_D -DW_CPP_MONOLN_POL_F -DW_CPP_MONOLN_POL_LOC_D -DW_CPP_MONOLN_POL_LOC_F_STG

In a separate R file, load each of the files using the following code:

obj <- load.csv("PATH\TO\FILE.csv")
saveRDS(obj,"PATH\TO\data\pol_RESPECTIVE_EXTENSION.rds")

(Complete 4 times) -- find the proper rds file names to save them as at the top of app.R

About

Development of Shiny App for policy data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages