Skip to content

An application for a complete data analytics process. Examine, edit, visualize, and model your data all through an easy-to-use GUI interface.

Notifications You must be signed in to change notification settings

adumit/Data_Butler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data_Butler

An application for a complete data analytics process. Examine, edit, visualize, and model your data all through an easy-to-use GUI interface.

To see a live demo, head to https://adumit.shinyapps.io/Data_Butler. However, only small to medium datasets can be uploaded to the live demo. In order to upload and process larger and more complex datasets please install on your local machine.

Instruction to install on your local machine:

  1. Install R and R studio

  2. Clone repository from GitHub

  3. Run install.packages() for each library at the top of ui.R and server.R

  4. Run the following command in R: shiny::runApp('path/to/Data_Butler') or press 'Run App' in R Studio with ui.R or server.R open

  5. Data Butler should open and you can upload any file size up to 300MB


If you would like to contribute to Data Butler and write your own modules:

  1. Fork Data Butler and easily live edit your module on your local machine in the server.R and ui.R code

  2. Once the module is working, move it into a module file and place it in the module directory

  3. Add the source('Modules/your_module_name') line and the appropriate calls to your module into the server.R and ui.R

  4. Submit a pull request and it will be included!


Creative Commons License
Data Butler by Andrew Dumit is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at https://github.com/adumit/Data_Butler.

About

An application for a complete data analytics process. Examine, edit, visualize, and model your data all through an easy-to-use GUI interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors