r2d3
r2d3 copied to clipboard
Debugging/data inspection tools
I am using r2d3 with the RStudio IDE (Version 1.2.1335). Is there any way to see the contents of data files and arrays created by an r2d3 script? Would like to have something equivalent to the R studio View capabilities, or something equivalent to the data inspection tools available with observablehq. TIA
You can use javascript console.log(data) function (in the script) and then inspect it in the viewer console. Is it what you are looking for?
Thanks, This solution seems a little rudimentary. However, if it works, I should be sufficient. Thanks AB