match_logi_gv | R Documentation |
A match to a global logical variable
match_logi_gv(var, val)
var |
Character string representation of a variable. |
val |
The value of |
foo <- function(scale_log2r = FALSE) {
match_logi_gv("scale_log2r", scale_log2r)
}
scale_log2r <- TRUE
foo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.