create_vector_items: create_vector_items Create an OR vector for the grepl() and...

create_vector_itemsR Documentation

create_vector_items Create an OR vector for the grepl() and other functions. From c(1,2) to "1|2"

Description

create_vector_items Create an OR vector for the grepl() and other functions. From c(1,2) to "1|2"

Usage

create_vector_items(VECTOR, collapse_string = "|", digits = 3)

Arguments

VECTOR

numeric vector

collapse_string

"|"

Value

A character with the numbers separated by |

Examples

create_vector_items(VECTOR = c( 5, 9, 14, 16, 18))

gorkang/jsPsychHelpeR documentation built on Oct. 15, 2024, 8 a.m.