str_trim_tab: Trim 'tabs' from start and end of string

Description Usage Arguments

Description

Function is enspired by str_trim function in the stringr package. The str_trim function is for trimming whitespace, here tabs are trimmed.

Usage

1
str_trim_tab(string, side = "both")

Arguments

string

input character vector

side

side on which character string is removed (left, right or both)


einarhjorleifsson/fishvise documentation built on May 16, 2019, 1:26 a.m.