revealLocation Revealing locations encoded as a string calculation.
Reveals the location by parsing and evaluating the string.
revealLocation(hiddenLocation)
hiddenLocation |
A character vector of calculation strings. |
Returns the value of the each calculation.
trueLoc <- hideLocation(3,100) trueLoc revealLocation(trueLoc) n <- 200 trueLoc <- sample(1:n, 3) trueLoc ans <- hideLocation(trueLoc , n) ans revealLocation(ans)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.