Learn R Programming

midas (version 1.0.1)

Turn HTML 'Shiny'

Description

Contains functions for converting existing HTML/JavaScript source into equivalent 'shiny' functions. Bootstraps the process of making new 'shiny' functions by allowing us to turn HTML snippets directly into R functions.

Copy Link

Version

Install

install.packages('midas')

Monthly Downloads

130

Version

1.0.1

License

GPL-3

Maintainer

Last Published

July 5th, 2017

Functions in midas (1.0.1)

html_to_list

Uses xml2 to parse html text into a list
midas_touch

turns an xml2 list into a shiny function call
turn_shiny

Turns a string of html into the equivalent shiny code