| carry_forward | Imputes true NAs with the prior value in a character string... |
| carry_forward_and_add_one | Imputes true NAs with the prior value in a character string... |
| delete_phrase_from_string | Deletes a phrase from a string |
| delete_whitespace_in_string | Delete extra spaces |
| diff_between_strings | Get the difference between a string and a "subtraction"... |
| diff_between_vectors | Get what is in vector that is not in the other vector |
| extract_word_by_index | Return the word in the string by number |
| in_title_format | Format a string with title-style capitalization |
| nchar_upper_letter | Get number of uppercase letters |
| paste0_if_not_na | Paste0 for character_vector into string after removing true... |
| paste_if_not_na | Paste everything but na into a single string |
| remove_phrase_from_string | Removes a pharse from a string |
| remove_true_na | Remove true na from a character vector |
| str_replace_loop | Loop over replacements in a string |
| strsplit | Split string |
| trim_inner_space | Trims extra spaces within strings |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.