Description Usage Arguments Details Value Examples
View source: R/f0.rbsb1.code.r
Returns the object associated to two character strings. whi[1]
designates a global variate and whi[2]
indicates the way to
interpret it.
1 | get8object(whi)
|
whi |
The designation of the object. |
Very similar in spirit to the function get8daf
but much less
specialized.
The object. Except when whi[2]=="o"
an error is issued if the
object does not exist or is not from the expected class.
1 2 3 4 5 6 7 8 | rbsb3k("RESET"); # needed only for R checking, to be forgotten
get8object(c("rbsb.cha0", "o"));
#will rise an error
#get8object(c("rbsb.cha0", "c"));
uu <- "Bonjour";
get8object(c("uu", "c"));
get8object(c("rbsb.dfr1", "d"));
get8object(c("rbsb.fun0", "f"));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.