Description Usage Arguments Value Examples
parse_json
parse a json file based on specific configuration.
1 | parse_json(path = NULL, type = NULL, input_argument = NULL)
|
path |
String that specify file location |
type |
String. Specify the parsing type. Possible values: comments (a json file comes from |
input_argument |
String. Specify the first argument you use in function |
A tibble
1 2 3 4 | ## Not run:
parse_json("x/x.json", type = "profiles", input_argument = "none")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.