Description Usage Arguments Value Examples
View source: R/MappingStatus.R
MappingStatus detects whether the directory of the statistical operation with
IOE code SurveyCode is mapped into the logical drive DriveLetter or not.
| 1 | MappingStatus(SurveyCode, DriveLetter = "Z:")
 | 
| 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]?:. | 
It returns a logical vector of length 1.
| 1 2 3 4 | ## Not run: 
MappingStatus('E30183', 'Z:')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.