inst/doc/read-xlsb-workbook.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(readxlsb)

## ----eval = FALSE-------------------------------------------------------------
#  read_xlsb(path, sheet, range, col_names, col_types, na, trim_ws, skip, ...)

## ----eval = TRUE--------------------------------------------------------------
res = read_xlsb(path = system.file("extdata", "TestBook.xlsb", package = "readxlsb"), range = "PORTFOLIO", debug = TRUE)

ls(res$env)

res$env$named_ranges

Try the readxlsb package in your browser

Any scripts or data that you put into this service are public.

readxlsb documentation built on March 7, 2023, 5:33 p.m.