| camelCase | converts strings to camelCase |
| clean_names | Function to convert dataframe names to lowercase without... |
| clean_strings | Function to convert astring such as the names of a dataset to... |
| compare_dfs | This function compares two dataframes and generates a useful... |
| count_all | Returns a list of count tables for all variables in a... |
| create_ALP_metadata | Create ALP Metadata |
| create_project_directories | Creates the directories for a typical EDA project |
| dbListSchemas | Lists all schemas in a database |
| dbListTablesInSchema | Lists all tables in a schema |
| first_to_lower | makes just the first letter of string lowercase |
| first_to_upper | makes just the first letter of string uppercase |
| function_template | This function generates an R file with a roxygen2-friendly... |
| gb | Returns size of object in gigabytes |
| keep_one | function to save ove row of data for each unique value of the... |
| min_max_breaks | Sets breaks in ggplot axis without regard to min and max... |
| Mode | return the mode from a vector |
| my_ggsave | Say what this function does in one line |
| olap | Say what this function does in one line |
| paste_sans_NA | wrapper function on paste() that replaces NA with "" |
| percentize | converts decimal doubles (e.g., 0.98) to character values... |
| postgres | serves as a nested call within gradeup::query() |
| prop_count | adds proportion values to count() function |
| pull_distinct | pulls all distinct values of a variable from a dataset |
| query | performs a database query |
| replace_na_with_close_quotes | Replace string NA with empty quotes before upload to google... |
| sample_group_levels | Function to randomly sample a specified number of group... |
| separate_n | A wrapper version of tidyr::separate() that automatically... |
| showTables | shows a prespecified selection of tables for PostgreSQL and... |
| source_directory | Source all scripts in a directory |
| source_file_paths | Sources R scripts with list of file path strings |
| source_rmd | source() Rmd files |
| str_locate_first | extracts position of first character in the pattern within a... |
| theme_learning_team | a ggplot theme for kidaptive's learning team |
| wrap | inserts line breaks into a string value after number of... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.