sunburst_trelliscope.Rd
Sunburst Trelliscope
sunburst_trelliscope(
data,
parent = "yearDoc",
child = "monthDoc",
value = "amountSales",
remove_columns = NULL,
group_columns = NULL,
labels = F,
x_breaks = 12,
sort_columns = "amountMillions2008_18",
nested_data_column = "dataSales",
id_columns = list(is_except = FALSE, columns = c("nameSponsor",
"amountMillions2008_18", "countUnits2008_18", "meanPerUnit", "amountMillions2018",
"countUnits2018", "mean2018PerUnit"), regex = NULL),
trelliscope_title = "Manhattan Condos 2016_2018",
rows = 1,
columns = 1,
trelliscope_path = "Desktop/abresler.github.io/trelliscopes/nyc/condos_2016_2018",
height = 1000,
width = 900,
...
)