source_session_summary_to_list | R Documentation |
Takes the output of summarise_sources_by_session()
and formats it as a
list.
source_session_summary_to_list(source_summary)
source_summary |
A data frame produced by
|
A hierarchical list with record distribution by source and session.
## Not run: # Describe source distribution by source and in total source_summary <- summarise_sources_by_session(add_global_totals = TRUE) # Transform it into a list source_session_summary_to_list(source_summary) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.