xg_browse: Browse around an unpacked xlsx

View source: R/xg_browse.R

xg_browseR Documentation

Browse around an unpacked xlsx

Description

Browse around an unpacked xlsx

Usage

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

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

jennybc/excelgesis documentation built on July 29, 2023, 4:31 a.m.