Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion stringr-basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down