diff --git a/index.html b/index.html index 3e8fbc9..cadc35c 100644 --- a/index.html +++ b/index.html @@ -88,14 +88,16 @@
Here are some functions that you can use with groomr
:
normalize_hashtags()
: Normalize hashtags in text files.blank_line_neighbours()
: Identify blank lines around a line.
replace_pattern()
: Replace a pattern in text files.cutter()
: Cut a vector into pieces.
blank_line_neighbours()
: Identify blank lines around a line.normalize_hashtags()
: Normalize hashtags in text files.
remove_blank_line_dups()
: Remove duplicate blank lines in text files.replace_pattern()
: Replace a pattern in text files.split_by_pattern
: Split a character vector by a pattern.split_file()
: Split text files into multiple files.