Description Usage Arguments Value Examples
Read Index.Json As List
1 | read_index_list(path = "public/index.json", encoding = "UTF-8", ...)
|
path |
path or url to index.json (default: "public/index.json") |
encoding |
encoding (default: "UTF-8") |
... |
additional arguments passed to jsonlite::read_json() |
imported index.json as list
1 2 3 4 | ## Not run:
index_list <- read_index_list(path = "public/index.json")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.