any_duplicated | wrapper arround 'any(duplicated(.x))' |
any_missing | wrapper arround 'stop_if(any(is.na(.x)))'. If... |
append_list | 'append' appears not to work with dates any longer... in... |
private__time_series_date_break_format | returns date break format based on date floor |
rt_add_year_month_factors | as '[.column]_year' and '[.column]_month' factor variables to... |
rt_are_dataframes_equal | compares two dataframes and returns TRUE if they are both... |
rt_are_dataframes_equal_from_file | compares two dataframes, one of them will be loaded from the... |
rt_are_numerics_equal | Checks if two numbers are equivalent out to 'n' decimals... |
rt_as_year_qtr_format | only returns a value for dates matching quarter so that when... |
rt_attribution_pivot_longer | transforms attribution dataframe to long format |
rt_campaign_add_path_id | adds '.path_id' column to dataframe. Each conversion step... |
rt_campaign_to_markov_paths | adds converts campaign data to path data in the format... |
rt_ceiling_nearest_x | Returns the ceiling of the **absolute value** of 'y', rounded... |
rt_clickstream_to_attribution | Transforms .clickstream_data into the expected format for... |
rt_colors | Hex colors vector |
rt_colors_good_bad | Hex colors vector representing "good" (green) and "bad" (red) |
rt_difftime_numeric | returns numeric value of difftime (date_last - date_first) |
rt_equal_include_na | There are times when you want to filter/match any value,... |
rt_explore_categoric_summary | returns a dataframe containing summary statistics for... |
rt_explore_correlations | returns a matrix containing of correlations |
rt_explore_numeric_summary | returns a dataframe containing summary statistics for numeric... |
rt_explore_plot_aggregate_2_numerics | returns a eih |
rt_explore_plot_boxplot | returns a boxplot of 'variable', potentally grouped by... |
rt_explore_plot_categoric_heatmap | returns a heat map with histogram on top/side showing... |
rt_explore_plot_categoric_numeric_aggregation | returns a graph for categoric/numeric variables based on the... |
rt_explore_plot_cohorted_adoption | creates a cohorted option graph that e.g. shows the... |
rt_explore_plot_conversion_rates | shows conversion rates (y-axis) of a particular cohort based... |
rt_explore_plot_correlations | returns a heatmap of correlations |
rt_explore_plot_histogram | returns a histogram of 'variable' |
rt_explore_plot_numeric_heatmap | returns a heat map with histogram on top/side showing... |
rt_explore_plot_scatter | returns a scatterplot of 'variable' (numeric, x-axis)... |
rt_explore_plot_time_series | returns a time-series plot |
rt_explore_plot_value_totals | returns a barchart of the unique value counts for a given... |
rt_explore_value_totals | returns either a *count* of the unique values of 'variable'... |
rt_floor_date_factor | returns an ordered factor of the date vector |
rt_funnel_plot | returns a funnel plot |
rt_geometric_mean | Calculates the geometric mean of a vector of numbers |
rt_get_any_touch_attribution | gives each step credit for the number of conversions that... |
rt_get_channel_attribution | wrapper around ChannelAttribution::markov_model &... |
rt_get_cohorted_conversion_rates | shows conversion rates (y-axis) of a particular cohort based... |
rt_get_colors_from_values | Returns the colors based on the alphabetical order of the... |
rt_get_date_fields | returns whether or not a value is NULL, NA, or NAN |
rt_get_vector | returns a dataframe's column as a vector |
rt_get_year_month_factors | returns year and month factors in list |
rt_group_by_all_of | wrapper for group_by for string variables |
rt_is_null_na_nan | returns whether or not a value is NULL, NA, or NAN |
rt_markov_model | wrapper around ChannelAttribution::markov_model |
rt__mock__attribution_to_clickstream | transforms .campaign_data into structure that is based on... |
rt_params_to_vector | converts multi-argument values into flattened vector |
rt_peak | like 'head()' but converts to a data.frame so rows/columns... |
rt_plot_2_proportions_test | plots the proportions with confidence intervals according to... |
rt_plot_channel_attribution | wrapper around ChannelAttribution::markov_model &... |
rt_plot_colors | Plots the colors from 'rt_colors()' |
rt_plot_markov_removal_effects | graphs removal effects returned by rt_markov_model (i.e.... |
rt_plot_multinom_cis | plots the proportions with confidence intervals according to... |
rt_plot_proportions | plots the proportions with confidence intervals according to... |
rt_plot_regression_variance_explained | Plot the percent of variance explained for a given regression... |
rt_plot_sankey | creates a sankey diagram based on a data-frame containing... |
rt_pretty_axes | format for axes |
rt_pretty_axes_percent | format for axes |
rt_pretty_dataset | Changes string column values and column names to "pretty"... |
rt_pretty_date_label | formats a date |
rt_prettyNum | wrapper for base 'prettyNum' |
rt_pretty_numbers_long | Formats numeric values |
rt_pretty_numbers_short | Formats numeric values |
rt_pretty_percent | formats a percent |
rt_pretty_text | Changes strings to "pretty" strings. Ignores other datatypes... |
rt_regression | Builds a (string) formula to pass to lm |
rt_regression_build_formula | Builds a (string) formula to pass to lm |
rt_regression_get_ind_var_options | Residual vs. Predicted plot |
rt_regression_plot_actual_vs_predicted | Actual vs. Predicted plot |
rt_regression_plot_residual_vs_predicted | Residual vs. Predicted plot |
rt_regression_plot_residual_vs_variable | Residual vs. Predicted plot |
rt_remove_val | returns the vector ('vec') without the specified value... |
rt_select_all_of | wrapper for change in DPLYR where we cannot send vector of... |
rt_setsubset | returns TRUE if 'set1' is a subset of 'set2'. Returns 'FALSE'... |
rt_stopif | Like 'stopifnot', but stop 'stopifnot' stops if the... |
rt_str_collapse | See example |
rt_ts_auto_regression | adds lag variables, performs regrssion & forecasting,... |
rt_ts_create_lagged_dataset | returns a new dataset containing the lagged values for... |
rt_ts_get_friendly_time_ticks | Returns friendly axis ticks. e.g. for monthly it returns a... |
rt_ts_get_time_period | rather than e.g. 2007.333 for May of 2007 that 'time()'... |
rt_ts_is_multi_variable | determines if a time-series dataset contains a single... |
rt_ts_is_single_variable | determines if a time-series dataset contains a single... |
rt_ts_lm_build_formula | returns a forumla string to pass 'tslm()" |
rt_ts_plot_time_series | plots a time-series dataset |
rt_value_counts | returns a count of the values in a vector; the object... |
stop_if | If any of the expressions are TRUE, 'stop' is called |
stop_if_any | wrapper arround 'stop_if(any(duplicated(.x)))' |
stop_if_any_duplicated | wrapper arround 'stop_if(any(duplicated(.x)))' |
stop_if_any_missing | Wrapper around 'stop_if(any_missing(.x,... |
stop_if_not_identical | Wrapper around 'stopifnot(identical(.x, .y))' |
test_save_plot | deletes the file/plot if it exists, saves the plot, and... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.