D3partitionR            Creates a D3partitionR object
D3partitionR-shiny      Shiny bindings for D3partitionR
add_data                Append data to a D3partitionR object
add_nodes_data          Add informations (for instance new names,
                        colors, ....) to the nodes of a D3_partitionR
                        object
add_title               Add a title to a D3partitionR object
aggregate_sessions_to_path
                        Aggregate a data.frame in long format with a
                        column containing steps of each session For
                        instance the function can be used with a frame
                        of the form Unique ID - Step - Value 1 - ...
                        -Value N
compile_D3_partitionR   Compile D3partitionR object to plot it
compute_unique_leaf_name
                        Return al the leaf names
df_to_nest              Transform a dataframe to a nested lists
                        structure (i.e. hierarchical).
find_min_max_tree       Find the maximum values of a given var in a
                        tree
get_all_nodes_names     Return al the possible nodes names
is_present_variable     Check if a variable is present in a
                        D3partitionR object
plot.D3partitionR       Plot D3partitionR object
scale_type              Check if the scale variable is discrete or
                        continuous
set_chart_type          Set the chart_type
set_continuous_color_scale
                        Add a custom discrete color scale
set_discrete_color_scale
                        Add a custom discrete color scale
set_labels_parameters   Set the labels parameters
set_legend_parameters   Set the legend parameter
set_shiny_input         Configuration of a D3partitionR object as a
                        Shiny input
set_tooltip_parameters
                        Set the tooltips parameter
set_trail               Enable/disable the trail of steps
strip_path              Strip a dataframe containing a step into
                        separate columns
tooltip_builder         Build tooltip html function
