Releases: timelyportfolio/listviewer
Releases · timelyportfolio/listviewer
4.0.0
3.0.0
2.1.0
2.0.0
listviewer 2.0.0
- change
reactjson()
to usereact-json-view
instead ofreact-json
1.4.0
listviewer 1.4.0
- add
elementId
to thejsonedit
function - update
react-json
to0.2.1
- add helper
number_unnamed
function (see issue)
listviewer 1.3
- add react-json as an alternate list viewer
add RStudio addin
v1.2 bump version, add news
Shiny gadget interactive
Add shiny gadget funtionality.
CRAN!
recursively convert named vectors
In addition to simple conversion of named vector introduced in 0.3, recursively convert named vectors within nested lists.
convert named vectors
Issue #10 highlights the number of warnings introduced when listviewer
is run on a named vector
. To avoid this, we can assume that an R
user does not care and convert a named vector
to a list
without introducing a whole lot of problems, at least I think.
Since I am more concerned about ease of use than precision, I think this is a good change.