jooyoungseo / shiny_widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

htmlwidgets

This is a work-in-progress repo for developing htmlwidgets

This is a very simple widget. It will take texts as an input and render the texts as an output (displays in markdown or panel).

library(mywidget2)

mywidget2("hello, world") will render "hello, world"

About


Languages

Language:R 77.9%Language:JavaScript 22.1%