readsheet: load specific sheets from a chosen excel file

View source: R/exceltoolsV3.R

readsheetR Documentation

load specific sheets from a chosen excel file

Description

Let you chose a file from a popup window, then lists the sheets to choose from

Usage

readsheet(filepath = NULL, sheet = NULL)

Arguments

filepath

A path to an excel file

sheet

An integer referring to a specific sheet to open

Value

A tibble containing the data from the chosen sheet


Hannibal83dk/exceltools documentation built on June 30, 2023, 7:33 p.m.