Displaying 2 results from an estimated 2 matches for "20expression".
2019 Dec 18
2
A weird behaviour of strsplit?
Hi all,
In the help of strsplit one can read
split character vector (or object which can be coerced to such) containing regular expression<http://127.0.0.1:39783/help/library/base/help/regular%20expression>(s) (unless fixed = TRUE) to use for splitting. If empty matches occur, in particular if split has length 0, x is split into single characters. Ifsplit has length greater than 1, it is re-cycled along x.
Taking into account that split is said to be a vector (not a length 1 vector) and the last...
2019 Dec 18
0
A weird behaviour of strsplit?
On 18/12/2019 9:42 a.m., IAGO GIN? V?ZQUEZ wrote:
> Hi all,
>
> In the help of strsplit one can read
>
> split character vector (or object which can be coerced to such) containing regular expression<http://127.0.0.1:39783/help/library/base/help/regular%20expression>(s) (unless fixed = TRUE) to use for splitting. If empty matches occur, in particular if split has length 0, x is split into single characters. Ifsplit has length greater than 1, it is re-cycled along x.
>
> Taking into account that split is said to be a vector (not a length 1 vector) and...