Learn R Programming


title: "package dplyrAssist" author: "Keon-Woong Moon" date: "2017-09-05" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{dplyrAssist} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8}

The 'dplyrAssist' is an RStudio addin for teaching and learning data manipulation using the 'dplyr' package. 
You can learn each steps of data manipulation by clicking your mouse without coding. 
You can get resultant data(as a 'tibble') and the code for data manipulation. 

Install package

You can install dplyrAssist package from github.

#install.packages("devtools")
devtools::install_github("cardiomoon/dplyrAssist")

Usage: As an RStudio Add-in

This addin can be used to interactively manipulate a data.frame or a tibble using dplyr. The intended way to use this is as follows:

  1. Highlight a symbol naming a data.frame or a tibble in your R session, e.g. iris(1).
  1. Execute this addin(arrow), to interactively manipulate it.
  1. When you're done(small arrow), the code for data manipulation will be emitted at the cursor position(green rectangle).

Usage: As a regular function

You can use the dplyrAssist() function as a regular function, e.g. in a command line.

You can find full vignette here. http://rpubs.com/cardiomoon/303716

Copy Link

Version

Install

install.packages('dplyrAssist')

Monthly Downloads

550

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

KeonWoong Moon

Last Published

September 4th, 2017

Functions in dplyrAssist (0.1.0)

checkInvalid

Check the validity of code
codes2kind

Differentiate the R code
makeValid

Make valid R code
makeValidCode

Make valid R code
dplyrAssist

A shiny app for learn dplyr
findData

Detect the valid data