removeDots: removeDots: remove dots, underscores from a string

Description Usage Arguments Value Examples

Description

This removes dots and underscores from a string, replacing them with a space.

Remove dots and underscores from strings

Usage

1
2
3

Arguments

x

A string or vector of strings

string

the dot-containing string or a vector of character strings

...

additional arguments

...

additional arguments

Value

Returns string without dot/underscore.

Returns string (or vector of strings) without dots or underscores

Examples

1
2
removeDots("This_is_a.test.string.")
removeDots("This.is.a.test_string")

mauriziopaul/treatmentResponseDiallel documentation built on May 21, 2019, 1:37 p.m.