| add_missing_columns | Add missing columns to a table |
| apply_across | Apply a function across elements of a list |
| boot_compare_all | Apply a two group statistical test to each group in a nested... |
| boot_quantiles | Bootstrap a statistic across a table and produce bca ci and... |
| bootstrap_centered_null | Bootstrap the null distribution for a statistic centered at a... |
| bootstrap_test | Bootstrap difference in statistic across two groups |
| calc_bca_quantiles | Calculate quantiles and bias corrected confidence intervals... |
| center_distribution | Center a distribution at a given mean value |
| extract_numeric | Grab all the numbers from a list as a string |
| extract_taxa | Remove all entries from blobtab except those from taxa in... |
| filter_null | Remove all NULL values from a list |
| gen_square_matrix | Generate an empty square matrix |
| list_to_string | Convert a list to a space separated string |
| mode | Calculate the mode of a vector. |
| precomputed_boxplot | Box and whiskers plot with precomputed confidence intervals |
| read_table | Read a table with sensible defaults |
| read_text | Read a text file as a single string |
| replace_null | Replace all NULL values in a list |
| replace_rows | Replace rows in a data.frame by index |
| save_results | Write table or plot to file |
| script_dir | Get the executing R script's directory path |
| script_name | Get the path to the executing R script |
| select_groups | Filter a data.frame to exclude all rows which are not in... |
| split_nested_tibble | Split a nested tibble by a column |
| split_table | Split a data.frame by a column |
| tibble_combn | Apply a function across all combinations of groups in a... |
| unlist_preserving_names | Unlist without changing the names of the inner objects |
| write_table | Write a table with sensible defaults |
| write_table_with_header | Write a table to file with added header using write.table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.