From ad622f9d20718146e2e3e394309e268cdeaa24d3 Mon Sep 17 00:00:00 2001 From: farruh7 <33511681+farruh7@users.noreply.github.com> Date: Sat, 29 Dec 2018 16:39:38 +0800 Subject: [PATCH] Update stringr-basics.Rmd | `str_trim()` | trims a string | _none_ | Information about str_trim function repeats two times, deleted last one, which is included less description. --- stringr-basics.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/stringr-basics.Rmd b/stringr-basics.Rmd index 5130735..3dc9d4f 100644 --- a/stringr-basics.Rmd +++ b/stringr-basics.Rmd @@ -100,7 +100,6 @@ The following table contains the `stringr` functions for basic string operations | `str_trim()` | removes leading and trailing whitespace | _none_ | | `str_pad()` | pads a string | _none_ | | `str_wrap()` | wraps a string paragraph | `strwrap()` | -| `str_trim()` | trims a string | _none_ | Notice that all functions in `stringr` start with `"str_"` followed by a term