RepoXLSToRepoDD: Produce a file DD from an xlsx file

Description Usage Arguments Value Examples

View source: R/RepoXLSToRepoDD.R

Description

This function builds and writes a DD file using the contents of an xlsx file. RepoXLSToRepoDD transforms the content of an xlsx file into a DD file.

Usage

1
RepoXLSToRepoDD(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

Return invisible NULL.

Examples

1
2
3
4
5
6
7
8
# 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'
RepoXLSToRepoDD(ExcelName)

## End(Not run)

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