Tag: string
- R - str_split(), str_count() and str_extract_all() from stringr package (09 Dec 2019)
- R - reverse a string (31 May 2019)
- R - symbolic number coding with symnum() (25 Dec 2018)
- R - substring(): wrapper for substr() (25 Dec 2018)
- R - string to integer conversion with strtoi() (25 Dec 2018)
- R - check start (startsWith()) and end (endsWith()) of a string (25 Dec 2018)
- R - pattern matching with gregexpr() (25 Dec 2018)
- R - nzchar(): find non empty strings (25 Dec 2018)
- R - adist() to compute Levenshtein distance between strings (25 Dec 2018)
- R - conversion between encodings with iconv() (25 Dec 2018)
- R - fixed argument in gsub(): match as is (25 Dec 2018)
- R - abbreviate strings with abbreviate() (25 Dec 2018)
- R - wrap string with strwrap() (03 Jun 2018)
- R - startsWith(): test if string starts with a given pattern (21 Jan 2018)