UNPKG
skimr
Version:
latest (0.1.4)
0.1.4
CLI EDA for CSVs
skimr
/
pkgs
/
stringr
/
htmlwidgets
/
str_view.js
18 lines
(11 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
HTMLWidgets.widget({ name:
'str_view'
,
type
:
'output'
, initialize:
function
(el, width, height)
{ }, renderValue:
function
(el, x, instance)
{ el.innerHTML = x.html; }, resize:
function
(el, width, height, instance)
{ } });