Description Usage Arguments Details Value
View source: R/dashboard_london.R
get_pbi_dashboard_london()
takes in the parsed databases coming from
parse_session_database()
or parse_multiple_session_databases()
and produces the
data frames necessary for use in FFP London's Power BI dashboards.
The function exports a list of data frames that will go into the dashboards in R,
and also exports them in Excel to a specified file path.
1 | get_pbi_dashboard_london(pd, file = NULL, ...)
|
pd |
Parsed database list coming out of |
file |
If not |
... |
Additional arguments passed to |
The data frames filter data based on a specific set of attributes. Specifically:
Open Access filters data for sessions where project == "Open Access"
Employability filters data for sessions where project == "Employment"
Pathways filters data for sessions where activity_group == "Pathways"
Special Project filters data for sessions where project == "Special Project"
Youth leadership filters data for sessions where project == "Youth Leadership"
Relevant columns are then selected for each of these activity groups, written to Excel, and exported as a list.
A list of data frames, and Excel file printed to file
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.