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
For additional information, providing JSON hierarchy with d3_nest is much more robust than the original csv method. d3_nest provides an argument root that allows specification of the root name/label for the hierarchy.
The rootLabel argument in sund2b is not working
sequences <- read.csv(
system.file("examples/visit-sequences.csv",package="sunburstR")
,header = FALSE
,stringsAsFactors = FALSE
)[1:200,]
sund2b(sequences, rootLabel = "raíz")
The text was updated successfully, but these errors were encountered: