You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
I was trying to translate an applet from Python to R, but encountered a problem. The snippet I used was from the tutorial at: https://dashr.plotly.com/dash-canvas
And it was this:
app <- Dash$new()
app$layout(
htmlDiv(
list(
htmlH5("Press down the left mouse button and draw inside the canvas"),
dashCanvas(id = 'canvas_101')
)
)
)
app$run_server()
Which returns:
Error in filter_null(component$props) :
could not find function "filter_null"