Learn R Programming

RSurvey (version 0.8-3)

Search: Search

Description

A GUI for establishing find and replace arguments in a data table.

Usage

Search(is.replace = FALSE, defaults = NULL, parent = NULL)

Arguments

is.replace
logical; if TRUE, the replace component is included.
defaults
list; see ‘Value’.
parent
tkwin; the GUI parent window.

Value

A list with the following components:
find.what
character; the string to search for.
replace.with
character; the replace string.
is.match.word
logical; should matches be restricted to whole words only?
is.match.case
logical; is the search case sensitive?
is.reg.exps
logical; if TRUE, the search is made using regular expression (that is, a pattern that describes a set of strings).
is.search.col
logical; is the search limited to a single column?
is.perl
logical; should Perl style regular expressions be used?
is.replace.first
logical; replace only the first instance?
is.search.sel
logical; is the search limited to selected cells?