Skip to content

HoustonUseRs/shinyCap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---
title: "README"
author: "Michael Eubanks"
date: "5/16/2016"
output: html_document
---

### Motivation
The purpose of this package is to provide shiny modules that enable the capturing and storing of data easier within an research or analytics environment. Specifically, R has many capabilities for visualization, analysis, machine learning, and reporting. The focus here isn't necessarily to reinvent the wheel, as there are already great solutions through RedCap and others. The goal is to allow R users and programmers access to a data capture tool they can use with their current analytics stack of shiny, rstudio, and postgres.

### Inspiration
The decision to use PostgreSQL as the backend database was inspired by dplyr and it's ability to perform window functions (group mutate and subset).

### Installation
```{r eval=FALSE}
devtools::install_github("houstonusers/shinyCap")
library(shinyCap)

```

### Run Development App

```{r eval=FALSE}
shinyCap()

```


### Sources
- https://cran.r-project.org/web/packages/dplyr/vignettes/databases.html
- http://ipub.com/shiny-crud-app/
- http://deanattali.com/blog/shiny-persistent-data-storage/

### Related shiny apps
- http://daattali.com/shiny/persistent-data-storage/
- http://ipub.com/apps/shiny_crud01/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages