MappingStatus: Detect if the directory of a statistical operation is mapped

Description Usage Arguments Value Examples

View source: R/MappingStatus.R

Description

MappingStatus detects whether the directory of the statistical operation with IOE code SurveyCode is mapped into the logical drive DriveLetter or not.

Usage

1
MappingStatus(SurveyCode, DriveLetter = "Z:")

Arguments

SurveyCode

Character vector of length 1 with the IOE code of the statistical operation.

DriveLetter

Character vector of length 1 with the letter of the logical drive under the common syntax [A-Z]?:.

Value

It returns a logical vector of length 1.

Examples

1
2
3
4
## Not run: 
MappingStatus('E30183', 'Z:')

## End(Not run)

david-salgado/RepoUtils documentation built on Feb. 22, 2020, 7:58 p.m.