set_text: Set the text attribute of a selector

Description Usage Arguments Value Examples

View source: R/setters_getters.R

Description

Given a selector object, set its text attribute

Usage

1
set_text(selector, text)

Arguments

selector

An object of class selector

text

A non-null character vector (or coercible to one). The vector must be of the same length as the data stored in the selector object

Value

A selector object

Examples

1
my_selector %>% set_text(c(1,2,3))

riccardopinosio/selectR documentation built on May 14, 2019, 11:13 a.m.