This package provides software with an interactive component for the DCF course, using manipulate and shiny.
It's separate from DCF so that students don't accidentally use the interactive functions inside an Rmd document.
A package providing the function mWrangle(), which allows you to edit interactively potentially complex chains of dplyr commands.
For instance
require( mosaicData )
mWrangle(KidsFeet)
When quitted, mWrangle() opens an editor with the completed command. You can run this, or cut and paste it into a script or Rmd file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.