validateDirectoryParameters: Parameters validation for the 'mergeAllRDSFilesFromDirectory'...

Description Usage Arguments Value Author(s) Examples

View source: R/rjmcmcMethodsIntern.R

Description

Validation of all parameters needed by the public mergeAllRDSFilesFromDirectory function.

Usage

1

Arguments

directory

a character, the name of the directory (relative or absolute path) containing RDS files.

Value

0 indicating that all parameters validations have been successful.

Author(s)

Astrid Deschenes

Examples

1
2
3
4
5
## Load an existing directory
directory <- system.file("extdata", package = "RJMCMCNucleosomes")

## Testing using a real directory
RJMCMCNucleosomes:::validateDirectoryParameters(directory)

RJMCMCNucleosomes documentation built on Nov. 8, 2020, 8:20 p.m.