Rdocumentation
powered by
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
Link to current version
Version
Version
1.0.1
Install
install.packages('midas')
Monthly Downloads
118
Version
1.0.1
License
GPL-3
Maintainer
Nicholas Jhirad
Last Published
July 5th, 2017
Functions in midas (1.0.1)
Search all functions
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