read_excel_allsheets_pw: Function to read all sheets of a password protected excel...

Description Usage Arguments Details Value

Description

Function to read all sheets of a password protected excel file

Usage

1
read_excel_allsheets_pw(path, pw = NULL, rmHist = T)

Arguments

path

The path to the excel file.

pw

Password of the excel file. Default is NULL and the user is then prompted to give the password using askForPassword.

rmHist

Logical, indicates whether the history has to be deleted.

Details

This function needs the package RDCOMClient, which can be installed using:
library(devtools)
install_github('omegahat/RDCOMClient')

Value

Returns a list with all the excel sheets.


BavoDC/RcryptAdj documentation built on May 16, 2019, 11:01 a.m.