View source: R/inspect_apsimx_json.R
grep_json_list | R Documentation |
recursive grep adapted for a json list
grep_json_list(
pattern,
x,
ignore.case = FALSE,
search.depth = 10,
how = c("unlist", "replace", "list")
)
pattern |
as in grep |
x |
object (a list) |
ignore.case |
as in grep |
search.depth |
search depth for the list (to prevent endless search) |
how |
argument passed to rapply |
It returns a list with the found object, the json path and the positions in the list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.