.jsonV | R Documentation |
Return data as a vector from a JSON list
.jsonV(data, acc, default = NA, returnAllDefault = TRUE)
data |
json list |
acc |
accession name |
default |
default return value |
returnAllDefault |
whether to return the vector if all values are the default value (or |
vector
Internal function only for convenience
testData = list(list(n="CDKN1B"), list(n="ROCK1", r="BLA"), list(n="SHC1", r="BLUBB"), list(n="IRS1")) RCX:::.jsonV(testData, "r")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.