RepoXLSToDD: Produce an object DD from an Excel file

Description Usage Arguments Value Examples

View source: R/RepoXLSToDD.R

Description

This function builds an object DD using the contents of an xlsx file. RepoXLSToDD transforms the content of an xlsx file into a DD file.

Usage

1
RepoXLSToDD(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.

Value

This function returns an object of class DD.

Examples

1
2
3
4
5
6
7
8
9
# We assume that the xlsx file ExampleXLS.NombresVariables.xlsx with the appropriate structure is
# in the working directory (change accordingly otherwise):

## Not run: 
ExcelName <- 'T:/E30163/E30163.NombresVariables_V1.xlsx'
DD <- RepoXLSToDD(ExcelName)
show(DD)

## End(Not run)

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