-
Notifications
You must be signed in to change notification settings - Fork 14
Debugging
Alison Appling edited this page Feb 8, 2018
·
1 revision
Here are some ways you can debug the R side of vizzies:
- add
browser()
lines to use as breakpoints duringvizmake()
runs, or - add
browser()
lines duringvizmake('vizid')
for a single viz id, or - add RStudio breakpoints and call
fetch('vizid')
(orprocess
, etc.), or - get the read-in output of individual targets with
vizid <- vizmake('vizid')
Collaborating
Using vizlab
Specific concepts