Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging/data inspection tools #69

Open
ABSOD opened this issue Jun 26, 2019 · 2 comments
Open

Debugging/data inspection tools #69

ABSOD opened this issue Jun 26, 2019 · 2 comments

Comments

@ABSOD
Copy link

ABSOD commented Jun 26, 2019

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

@hbaniecki
Copy link

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?

@ABSOD
Copy link
Author

ABSOD commented Jul 18, 2019

Thanks,
This solution seems a little rudimentary. However, if it works, I should be sufficient.
Thanks
AB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants