all_false | Aggregate logical function |
all_true | Aggregate logical function |
any_false | Aggregate logical function |
any_true | Aggregate logical function |
calculate_next_integer | Calculates maximum of a vector and adds one after removing... |
carry_forward | Imputes true NAs with the prior value in a character string... |
erase_phrase | Removes a pharse from a string |
extract_word_by_index | Return the word in the string by number |
has_leading_decimal | Logical for strings that start with 1 or more decimal points |
has_leading_pattern | Logical Function checking for leading patterns |
has_leading_punct | Logical for strings that have 1 or more leading punctuation... |
has_regex | Logical Function checking for leading patterns |
has_trailing_pattern | Logical Function checking for trailing patterns |
has_unclosed_brackets | Logical for unclosed brackets |
has_unclosed_curly_brackets | Logical for unclosed curly brackets |
has_unclosed_parentheses | Logical for unclosed parentheses |
has_unclosed_punct | Aggregates the logic functions for all unclosed punctuation |
in_title_format | Format a string with title-style capitalization |
nchar_number | Get the number of numerics in a string |
nchar_upper_letter | Get number of uppercase letters |
no_blank | Remove blank from a string |
no_na | Remove NA from a string |
number_in_words | Converts numbers to numbers as words |
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 |
pluck_words | Get words following a phrase based on number or a seocnd... |
rm_space_before_period | Remove spaces before period |
str_random | Creates a random string of either all uppercase, all... |
str_remove_all_letters | Removes all letters in a string |
str_replace_loop | Loop over replacements in a string |
strsplit | Split string |
strsplit_trim_pipe | Splits a string by the pipe, unlists, and trims whitespace on... |
sub_na | Sub NA |
trimws | Base trimws with an "inner" option that removes all spaces... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.