Skip to contents

This function achives the following: It renames the column "graph_name" to category, Filters data_frame so that it matches the provided "list_name" and then selects "title_name", "year", "outcome_rate", "category" It extracts the Title from the first row of "title_name" column, removes the the column and modifies the Title

Usage

utm_rate_interactive_table(.data, list_name)

Arguments

.data

a data frame made from df_rate_metric_values.rda

list_name

a distinct var in df_rate_metric_values.rda

Value

Modified data frame