Description Usage Arguments Value Examples
Browse around an unpacked xlsx
1 | xg_browse(path)
|
path |
Path to a directory containing an unpacked, linkified |
The input path, invisibly.
1 2 3 4 5 6 7 8 9 | file.copy(xg_example("datasets"), "datasets.xlsx")
"datasets.xlsx" %>%
xg_unzip() %>%
xg_linkify() %>%
xg_browse()
## clean up
unlink("datasets", recursive = TRUE)
file.remove("datasets.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.