View source: R/set_names_by_dataset.R
set_names_by_dataset | R Documentation |
the marker (e.g. colors) supplied to plotly must be in a global scheme with appropiate names (similar to a dict). This function generates the appropiate mapping, so that the color scheme can be correctly plotted.
set_names_by_dataset(lst, marker = "color", by = "group")
lst |
a data.frame or a list of data.frames that all contain the arguments 'marker' and 'by' as column names. |
marker |
what should be organized? |
by |
what should marker be organized by? |
Other interactivity:
make_interactive()
,
tabulate_markers()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.