summarise_sources_by_session | R Documentation |
Applies summarise_by_source()
to all selected sessions.
summarise_sources_by_session( sessions = list.files(sessions_folder), sessions_folder = getOption("baysren.sessions_folder", "Sessions"), add_global_totals = TRUE, keep_session_label = FALSE, ... )
sessions |
A vector of session identifiers corresponding to folders into
the |
sessions_folder |
Where to find the |
add_global_totals |
Add results for all sessions considered together. |
keep_session_label |
Add a column which groups rows by session. Useful for subsequent sub-setting of the results. |
... |
Other arguments passed to |
A data frame with the number and fraction of total records per source
and number and fraction of source-specific records, grouped by session. An
extra group with the overall results is reported if
add_global_totals
is TRUE
.
## Not run: # Describe source distribution by source and in total summarise_sources_by_session(add_global_totals = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.