lq | R Documentation |
Low level query tool
lq(x, program, ...)
x |
a list |
program |
a |
... |
args passed on to |
x <- list(a = list(b = list(c = 1:10, d = 1:10))) lq(x, ".") lq(x, ".[]") lq(x, ".[][]") lq(x, ".[][] | keys | reverse")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.