Package index
-
add_missing_column()
- Add missing columns to a data frame
-
coalesce_data()
- Coalesce Data
-
collapse_comments()
- Collapse Comments
-
drop_na_all()
- Drop rows containing all missing values
-
drop_uninformative_columns()
- Drop uninformative columns from a data frame
-
duplicates()
- Keep non-unique rows in a data frame
-
if_else2()
- Vectorised if else.
-
only()
- Extract the only distinct value from a vector
-
replace_na_if()
- Conditional replacement of NAs with specified values
-
str_crush()
- Remove whitespace from a string
-
str_detect2()
- Detect the presence/absence of a match
-
str_replace_vec()
- String replace multiple strings
-
str_to_snake_case()
- Converts strings to Snake Case
-
summarise2()
summarize2()
- Summarise Each Group Down to One Row
-
unite_str()
- Unite multiple character columns into one