Skip to content

Interactively generate function calls for the tidyr package

License

Notifications You must be signed in to change notification settings

MangoTheCat/tidyshiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tidyshiny

Interactively manipulate data with the tidyr package using this handy shiny gadget.

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status CRAN RStudio mirror downloads Coverage Status

Installation

library(devtools)
install_github("MangoTheCat/tidyshiny")

Usage

After launching the gadget with the tidyData function you will be able to set the key and value arguments and select columns. The gadget will preview the data that will be generated from the function call that is returned unless no columns are selected.

library(tidyshiny)

# Create a dataset object for the gadget to detect
testData <- airquality
tidyData()

# Alternatively pass the data to the tidyData function call
tidyData(iris)

This package has been setup to work with RStudio addin's and it will be available from the addins menu after installing the package.

About

Interactively generate function calls for the tidyr package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages