ValidateXLS: Validate xls file to create DD

Description Usage Arguments Examples

View source: R/ValidateXLS.R

Description

This function validate the xls file it will be used to create the XLM file DD.

ValidateXLS checks the xls file to be consistent to create the XML file DD.

Usage

1
ValidateXLS(ExcelName)

Arguments

ExcelName

Character vector of length 1 with the name of the file to read.The file will be read from the working directory (see getwd) unless the full path is specified.

Examples

1
2
3
4
5
## Not run: 
ExcelName <- 'T:/E30163/E30163.NombresVariables_V1.xlsx'
ValidateXLS(ExcelName)

## End(Not run)

david-salgado/RepoReadWrite documentation built on Oct. 3, 2021, 1:09 p.m.