Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.