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
library(tibble)
paint::paint(tibble(
col1= c(1,2,3),
col2=list(NULL, NULL, list(arg="text"))
))
#> Error in is.infinite(x): default method not implemented for type 'list'
Edge case arose from
jsonlite::fromJSON
:Created on 2022-08-24 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: