load_excel: Load data from Excel

Description Usage Arguments Details Value See Also Examples

View source: R/load_excel.R

Description

This function will load all sheets from an Excel file using readxl.

Usage

1
load_excel(path = NULL, skip_sheets = NULL)

Arguments

path

Path to your Excel file, Default: NULL

skip_sheets

A vector with the names of sheets you do not want to load, Default: NULL

Details

DETAILS

Value

One dataframe for each sheet in the original Excel file

See Also

excel_sheets,read_excel setdiff,mutate map unnest

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

medpsytuebingen/medpsytueR documentation built on May 25, 2019, 10:30 p.m.