Skip to content

conrad-mac/vplyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vplyr - dplyr with voice recognition

This app uses R, shiny and annyang to analyse and visualise data using speech. I first got the idea to pair shiny with annyang after seeing this app by Yihui Xie (see here for code).

Note that vplyr only works with the Chrome browser.

v0.2

Some updates. Still a work in progress. Can currently use filter, select and plot commands. The select command can only take one variable at the moment. Bootstrap theme changed

v0.1

  • First upload - WIP

To do

  • Have the select command take multiple variables. I think this can be done using the * in annyang and saying "comma" after each word (and then parsing the result in R)
  • The filter command only filters by string at the moment. Add ability to filter by numeric.
  • Add more commands (e.g. mutate, summarise, etc.)
  • Add ability to load custom datasets
  • Create separate versions for modelling, time series, etc.
  • Test app compability across browsers and platforms

About

vplyr - dplyr with voice recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published