revealLocation: 'revealLocation' Revealing locations encoded as a string...

Description Usage Arguments Value See Also Examples

View source: R/revealLocation.R

Description

Reveals the location by parsing and evaluating the string.

Usage

1
revealLocation(hiddenLocation)

Arguments

hiddenLocation

A character vector of calculation strings.

Value

Returns the value of the each calculation.

See Also

hideLocation

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
trueLoc <- hideLocation(3,100)
trueLoc
revealLocation(trueLoc)

n <- 200
trueLoc <- sample(1:n, 3)
trueLoc
ans <- hideLocation(trueLoc , n)
ans
revealLocation(ans)

qqtest documentation built on March 26, 2020, 7:57 p.m.