add_file_paths | adds a standardized file_paths.R project root directory |
add_gitignore | adds a standardized gitignore file to project root directory |
add_makefile | This function adds a template Makefile to your prject's root... |
add_readme | adds a standardized README file to project root directory |
base_round | A function to round values to any base |
clean_names | Function to convert dataframe names to lowercase without... |
clean_strings | Function to convert astring such as the names of a dataset to... |
create_project_directories | Creates the standard set of subdirectories for a typical R... |
create_subproject | Creates the standard set of subdirectories for a typical R... |
format_pval | Formats p-values to APA standards |
function_template | This function generates an R file with a roxygen2-friendly... |
gb | Returns size of object in gigabytes |
glimpse_dt | wrapper function to enable glimpse() of data.tables. |
keep_one | function to save ove row of data for each unique value of the... |
limitless_breaks | Sets breaks in ggplot axis without regard to min and max... |
log_odds_to_prob | Converts log odds to probability value |
my_ggsave | saves ggplot plots with attractive defaults |
percentize | converts decimal doubles (e.g., 0.98) to character values... |
separate_n | A wrapper version of tidyr::separate() that automatically... |
source_directory | Source all files in a directory. |
source_file_paths | function to source file paths script |
source_rmd | source() Rmd files |
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.