xg_browse: Browse around an unpacked xlsx

Description Usage Arguments Value Examples

View source: R/xg_browse.R

Description

Browse around an unpacked xlsx

Usage

1
xg_browse(path)

Arguments

path

Path to a directory containing an unpacked, linkified .xlsx or to an index.html within.

Value

The input path, invisibly.

Examples

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")

Zombie-Technology/ER documentation built on Dec. 31, 2020, 6:36 p.m.