View source: R/revealLocation.R
| revealLocation | R Documentation |
revealLocation Revealing locations encoded as a string calculation.Reveals the location by parsing and evaluating the string.
revealLocation(hiddenLocation)
|
A character vector of calculation strings. |
Returns the value of the each calculation.
hideLocation
trueLoc <- hideLocation(3,100)
trueLoc
revealLocation(trueLoc)
n <- 200
trueLoc <- sample(1:n, 3)
trueLoc
ans <- hideLocation(trueLoc , n)
ans
revealLocation(ans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.