read_excel_noguess {readrba}R Documentation

Drop-in replacement for readxl::read_excel() that does not infer file type based on extension

Description

Drop-in replacement for readxl::read_excel() that does not infer file type based on extension

Usage

read_excel_noguess(path, ...)

Arguments

path

Path to the xls/xlsx file.

...

Arguments passed to readxl::read_xls() or readxl::read_xlsx()


[Package readrba version 0.1.11 Index]