import_excel: Import Microsoft Excel files

View source: R/import_excel.R

import_excelR Documentation

Import Microsoft Excel files

Description

Import Microsoft Excel files.

Convert upper-case English characters to lower-case.

Usage

import_excel(dirname, rpath, sheet = NULL, range = NULL)

Arguments

dirname

A directory above 1) the Excel file and 2) the R file.

rpath

Relative to dirname, path to the Excel file.

sheet

Optional: a sheet to import.

range

Optional: a cell range to import.

Value

A tibble.

See Also

export_excel


zhaoy/zhaoy documentation built on Feb. 1, 2024, 7:50 p.m.